Skip to main content

Interface: ChartTitleConfig

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

Theme-aware configuration object for chart titles.

Propertiesโ€‹

colorโ€‹

color: string;

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

Text color for the chart title


displayโ€‹

display: boolean;

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

Whether to display the chart title


fontโ€‹

font: {
family: string;
size: number;
weight: number | "bold" | "normal" | "lighter" | "bolder" | null;
}

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

Font configuration for the chart title

familyโ€‹

family: string;

Font family name

sizeโ€‹

size: number;

Font size in pixels

weightโ€‹

weight: number | "bold" | "normal" | "lighter" | "bolder" | null;

Font weight (normal, bold, etc.)


textโ€‹

text: string;

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

The text content of the chart title