Interface: ChartDataPoint
Defined in: shared/types/chartConfig.ts:190
Chart data point interface.
Remarksโ
Defines the structure for individual data points in charts.
Hierarchyโ
Extended byโ
Propertiesโ
data?โ
optionaldata?:UnknownRecord
Defined in: shared/types/chartConfig.ts:192
Additional data for tooltips or processing
xโ
x:
string|number
Defined in: shared/types/chartConfig.ts:194
X-axis value
yโ
y:
number
Defined in: shared/types/chartConfig.ts:196
Y-axis value