Skip to main content

Interface: ChartDataPoint

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

Chart data point interface.

Remarksโ€‹

Defines the structure for individual data points in charts.

Extended byโ€‹

Propertiesโ€‹

data?โ€‹

optional data: UnknownRecord

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

Additional data for tooltips or processing


xโ€‹

x: string | number

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

X-axis value


yโ€‹

y: number

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

Y-axis value