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/docs/general/data-structures.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ In this mode, property name is used for `index` scale and value for `value` scal
64
64
65
65
| Name | Type | Description
66
66
| ---- | ---- | -----------
67
+
| `dataKey` | `string` | If specified, tells the chart to look for the dataset data in `dataset[dataset.dataKey]`. If unspecified, this defaults to `'data'`.
67
68
| `label` | `string` | The label for the dataset which appears in the legend and tooltips.
68
69
| `clip` | `number`\|`object` | How to clip relative to chartArea. Positive value allows overflow, negative value clips that many pixels inside chartArea. 0 = clip at chartArea. Clipping can also be configured per side: clip: {left: 5, top: false, right: -2, bottom: 0}
69
70
| `order` | `number` | The drawing order of dataset. Also affects order for stacking, tooltip and legend.
0 commit comments