We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dataset
1 parent 851229e commit 34b573bCopy full SHA for 34b573b
packages/charts/src/interfaces/IChartBaseProps.ts
@@ -17,7 +17,9 @@ export interface IChartBaseProps<T = ICartesianChartConfig> extends Omit<CommonP
17
*/
18
loadingDelay?: number;
19
/**
20
- * The `dataset` is an array of object which will be displayed in the chart.
+ * The `dataset` is an array of objects that contains all the measures and dimensions.
21
+ *
22
+ * __Note:__ The values for measure data points must be of type `number`.
23
24
dataset?: Record<string, unknown>[];
25
0 commit comments