Interface: BaseScaleConfig
Defined in: src/services/chartConfig.ts:140
Base scale configuration shared across chart types.
Propertiesโ
gridโ
grid: {
color: string;
}
Defined in: src/services/chartConfig.ts:142
Grid line configuration
colorโ
color: string;
Color of the grid lines
ticksโ
ticks: {
color: string;
font: {
family: string;
size: number;
}
}
Defined in: src/services/chartConfig.ts:147
Tick mark configuration
colorโ
color: string;
Color of the tick marks and labels
fontโ
font: {
family: string;
size: number;
}
Font configuration for tick labels
font.familyโ
family: string;
Font family name
font.sizeโ
size: number;
Font size in pixels