You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/charts/line.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ The style of each point can be controlled with the following properties:
91
91
| `pointHitRadius` | The pixel size of the non-displayed point that reacts to mouse events.
92
92
| `pointRadius` | The radius of the point shape. If set to 0, the point is not rendered.
93
93
| `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)
95
95
96
96
All these values, if `undefined`, fallback first to the dataset options then to the associated [`elements.point.*`](../configuration/elements.md#point-configuration) options.
0 commit comments