Skip to main content

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]: undefined | ChartScaleConfig

Additional custom axes

Propertiesโ€‹

x?โ€‹

optional x: ChartScaleConfig

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

X-axis configuration


y?โ€‹

optional y: ChartScaleConfig

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

Y-axis configuration