Skip to main content

Interface: ChartTitleConfig

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

Configuration object for chart titles

Propertiesโ€‹

colorโ€‹

color: string

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

Text color for the chart title


displayโ€‹

display: boolean

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

Whether to display the chart title


fontโ€‹

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

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

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:181

The text content of the chart title