Skip to content

Commit 359cf32

Browse files
Filmbostock
authored andcommitted
fix links
1 parent d2b459e commit 359cf32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plot.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ export interface PlotOptions extends ScaleDefaults {
7777
/**
7878
* Custom styles to override Plot’s defaults. Styles may be specified either
7979
* 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.*,
8181
* `{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
8383
* `{padding: 20}` may not supported by some browsers; you should instead
8484
* specify a string with units such as `{padding: "20px"}`. By default, the
8585
* 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
8787
* surrounding content’s color. For example, a dark theme:
8888
*
8989
* ```js

0 commit comments

Comments
 (0)