Interface: ChartScalesConfig
Defined in: shared/types/chartConfig.ts:338
Chart scales configuration interface.
Remarksโ
Defines the structure for Chart.js scales configuration.
Indexableโ
[key: string]: ChartScaleConfig | undefined
Additional custom axes
Propertiesโ
x?โ
optionalx:ChartScaleConfig
Defined in: shared/types/chartConfig.ts:342
X-axis configuration
y?โ
optionaly:ChartScaleConfig
Defined in: shared/types/chartConfig.ts:344
Y-axis configuration