Skip to main content

Interface: ChartThemeConfig

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

Chart theme configuration interface.

Remarksโ€‹

Defines color schemes and styling for charts based on theme.

Propertiesโ€‹

backgroundColorsโ€‹

backgroundColors: string[]

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

Background colors for datasets


borderColorsโ€‹

borderColors: string[]

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

Border colors for datasets


gridColorโ€‹

gridColor: string

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

Grid line color


textColorโ€‹

textColor: string

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

Text color for labels and titles


tooltipBackgroundColorโ€‹

tooltipBackgroundColor: string

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

Tooltip background color


tooltipTextColorโ€‹

tooltipTextColor: string

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

Tooltip text color