Skip to main content

Interface: ChartDataPoint

Defined in: shared/types/chartConfig.ts:190

Chart data point interface.

Remarksโ€‹

Defines the structure for individual data points in charts.

Hierarchyโ€‹

View Summary

Extended byโ€‹

Propertiesโ€‹

data?โ€‹

optional data?: 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