Interface: ChartThemeConfig
Defined in: shared/types/chartConfig.ts:358
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:360
Background colors for datasets
borderColorsโ
borderColors:
string[]
Defined in: shared/types/chartConfig.ts:362
Border colors for datasets
gridColorโ
gridColor:
string
Defined in: shared/types/chartConfig.ts:364
Grid line color
textColorโ
textColor:
string
Defined in: shared/types/chartConfig.ts:366
Text color for labels and titles
tooltipBackgroundColorโ
tooltipBackgroundColor:
string
Defined in: shared/types/chartConfig.ts:368
Tooltip background color
tooltipTextColorโ
tooltipTextColor:
string
Defined in: shared/types/chartConfig.ts:370
Tooltip text color