Interface: ChartTitleConfig
Defined in: shared/types/chartConfig.ts:381
Chart title configuration interface.
Remarksโ
Defines the structure for Chart.js title configuration.
Propertiesโ
align?โ
optionalalign?:ChartAlign
Defined in: shared/types/chartConfig.ts:383
Title text alignment
color?โ
optionalcolor?:string
Defined in: shared/types/chartConfig.ts:385
Title color
display?โ
optionaldisplay?:boolean
Defined in: shared/types/chartConfig.ts:387
Whether to display the title
font?โ
optionalfont?: {family?:string;lineHeight?:number;size?:number;style?:ChartFontStyle;weight?:ChartFontWeight; }
Defined in: shared/types/chartConfig.ts:389
Title font configuration
family?โ
optionalfamily?:string
lineHeight?โ
optionallineHeight?:number
size?โ
optionalsize?:number
style?โ
optionalstyle?:ChartFontStyle
weight?โ
optionalweight?:ChartFontWeight
padding?โ
optionalpadding?:number
Defined in: shared/types/chartConfig.ts:397
Title padding
position?โ
optionalposition?:ChartAlignment
Defined in: shared/types/chartConfig.ts:399
Title position
text?โ
optionaltext?:Arrayable<string>
Defined in: shared/types/chartConfig.ts:401
Title text