Skip to main content

Interface: ChartPluginsConfig

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

Chart plugins configuration interface.

Remarksโ€‹

Defines the structure for Chart.js plugins configuration.

Propertiesโ€‹

legend?โ€‹

optional legend?: ChartLegendConfig

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

Legend configuration


title?โ€‹

optional title?: ChartTitleConfig

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

Title configuration


tooltip?โ€‹

optional tooltip?: ChartTooltipConfig

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

Tooltip configuration