Interface: ChartScalesConfig
Defined in: shared/types/chartConfig.ts:341
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:345
X-axis configuration
y?โ
optionaly?:ChartScaleConfig
Defined in: shared/types/chartConfig.ts:347
Y-axis configuration