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/translations/api-docs/charts/line-series.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
"description": "The shape of the mark elements.<br />Using 'circle' renders a <code>&lt;circle /&gt;</code> element, while all other options render a <code>&lt;path /&gt;</code> instead. The path causes a small decrease in performance.<br />By default, each series has a different shape, cycling through <code>'circle'</code>, <code>'square'</code>, <code>'diamond'</code>, <code>'cross'</code>, <code>'star'</code>, <code>'triangle'</code>, <code>'wye'</code>.<br />If there are more than 7 series, the shapes will repeat."
38
38
},
39
39
"showMark": {
40
-
"description": "Define which items of the series should display a mark.<br />If can be a boolean that applies to all items.<br />Or a callback that gets some item properties and returns true if the item should be displayed."
40
+
"description": "Define which items of the series should display a mark.<br />It can be a boolean that applies to all items.<br />It can be <code>'start'</code> or <code>'end'</code> to only display a mark on the first or last item. Such marks reuse<br />the line highlight element, so they are replaced by the highlighted item when the pointer<br />highlights a value.<br />Or a callback that gets some item properties and returns true if the item should be displayed."
41
41
},
42
42
"stack": {
43
43
"description": "The key that identifies the stacking group.<br />Series with the same <code>stack</code> property will be stacked together."
0 commit comments