Skip to main content

Interface: BaseChartConfigCommon

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

Propertiesโ€‹

maintainAspectRatioโ€‹

maintainAspectRatio: boolean;

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


pluginsโ€‹

plugins: {
legend: {
labels: {
color: string;
font: {
family: string;
size: number;
}
}
}
tooltip: {
backgroundColor: string;
bodyColor: string;
borderColor: string;
borderWidth: number;
titleColor: string;
}
}

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

legendโ€‹

legend: {
labels: {
color: string;
font: {
family: string;
size: number;
}
}
}
legend.labelsโ€‹
labels: {
color: string;
font: {
family: string;
size: number;
}
}
legend.labels.colorโ€‹
color: string;
legend.labels.fontโ€‹
font: {
family: string;
size: number;
}
legend.labels.font.familyโ€‹
family: string;
legend.labels.font.sizeโ€‹
size: number;

tooltipโ€‹

tooltip: {
backgroundColor: string;
bodyColor: string;
borderColor: string;
borderWidth: number;
titleColor: string;
}
tooltip.backgroundColorโ€‹
backgroundColor: string;
tooltip.bodyColorโ€‹
bodyColor: string;
tooltip.borderColorโ€‹
borderColor: string;
tooltip.borderWidthโ€‹
borderWidth: number;
tooltip.titleColorโ€‹
titleColor: string;

responsiveโ€‹

responsive: boolean;

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