Skip to main content

Interface: ChartTitleConfig

Defined in: src/services/chartConfig.ts:196

Theme-aware configuration object for chart titles.

Propertiesโ€‹

colorโ€‹

color: string

Defined in: src/services/chartConfig.ts:198

Text color for the chart title


displayโ€‹

display: boolean

Defined in: src/services/chartConfig.ts:200

Whether to display the chart title


fontโ€‹

font: { family: string; size: number; weight: string; }

Defined in: src/services/chartConfig.ts:202

Font configuration for the chart title

familyโ€‹

family: string

Font family name

sizeโ€‹

size: number

Font size in pixels

weightโ€‹

weight: string

Font weight (normal, bold, etc.)


textโ€‹

text: string

Defined in: src/services/chartConfig.ts:211

The text content of the chart title