Skip to main content

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?โ€‹

optional x?: ChartScaleConfig

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

X-axis configuration


y?โ€‹

optional y?: ChartScaleConfig

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

Y-axis configuration