Interface: ChartTooltipConfig
Defined in: shared/types/chartConfig.ts:409
Chart tooltip configuration interface.
Remarksโ
Defines the structure for Chart.js tooltip configuration.
Propertiesโ
backgroundColor?โ
optionalbackgroundColor:string
Defined in: shared/types/chartConfig.ts:411
Background color
bodyColor?โ
optionalbodyColor:string
Defined in: shared/types/chartConfig.ts:413
Body color
bodyFont?โ
optionalbodyFont: {family?:string;size?:number;style?:ChartFontStyle;weight?:ChartFontWeight; }
Defined in: shared/types/chartConfig.ts:415
Body font configuration
family?โ
optionalfamily:string
size?โ
optionalsize:number
style?โ
optionalstyle:ChartFontStyle
weight?โ
optionalweight:ChartFontWeight
borderColor?โ
optionalborderColor:string
Defined in: shared/types/chartConfig.ts:422
Border color
borderWidth?โ
optionalborderWidth:number
Defined in: shared/types/chartConfig.ts:424
Border width
cornerRadius?โ
optionalcornerRadius:number
Defined in: shared/types/chartConfig.ts:426
Corner radius
display?โ
optionaldisplay:boolean
Defined in: shared/types/chartConfig.ts:428
Whether to display the tooltip
displayColors?โ
optionaldisplayColors:boolean
Defined in: shared/types/chartConfig.ts:430
Whether to display colors in tooltip
titleColor?โ
optionaltitleColor:string
Defined in: shared/types/chartConfig.ts:432
Title color
titleFont?โ
optionaltitleFont: {family?:string;size?:number;style?:ChartFontStyle;weight?:ChartFontWeight; }
Defined in: shared/types/chartConfig.ts:434
Title font configuration
family?โ
optionalfamily:string
size?โ
optionalsize:number
style?โ
optionalstyle:ChartFontStyle
weight?โ
optionalweight:ChartFontWeight