File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ export interface PlotOptions extends ScaleDefaults {
77
77
/**
78
78
* Custom styles to override Plot’s defaults. Styles may be specified either
79
79
* as a string of inline styles (*e.g.*, `"color: red;"`, in the same fashion
80
- * as assigning [*element*.style](1)) or an object of properties (*e.g.*,
80
+ * as assigning [*element*.style][1] or an object of properties (*e.g.*,
81
81
* `{color: "red"}`, in the same fashion as assigning [*element*.style
82
- * properties](2)) . Note that unitless numbers ([quirky lengths](3) ) such as
82
+ * properties][2] . Note that unitless numbers ([quirky lengths][3] ) such as
83
83
* `{padding: 20}` may not supported by some browsers; you should instead
84
84
* specify a string with units such as `{padding: "20px"}`. By default, the
85
85
* returned plot has a max-width of 100%, and the system-ui font. Plot’s marks
86
- * and axes default to [currentColor](4) , meaning that they will inherit the
86
+ * and axes default to [currentColor][4] , meaning that they will inherit the
87
87
* surrounding content’s color. For example, a dark theme:
88
88
*
89
89
* ```js
You can’t perform that action at this time.
0 commit comments