Skip to content

Commit 67ea104

Browse files
janelledementsimonbrunel
authored andcommitted
Fix broken markdown link in 'line' docs (chartjs#6053)
1 parent 5b36b22 commit 67ea104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/charts/line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The style of each point can be controlled with the following properties:
9191
| `pointHitRadius` | The pixel size of the non-displayed point that reacts to mouse events.
9292
| `pointRadius` | The radius of the point shape. If set to 0, the point is not rendered.
9393
| `pointRotation` | The rotation of the point in degrees.
94-
| `pointStyle` | Style of the point. [more...](../configuration/elements#point-styles)
94+
| `pointStyle` | Style of the point. [more...](../configuration/elements.md#point-styles)
9595

9696
All these values, if `undefined`, fallback first to the dataset options then to the associated [`elements.point.*`](../configuration/elements.md#point-configuration) options.
9797

0 commit comments

Comments
 (0)