Type Alias: ChartFontWeight
ChartFontWeight =
"bold"
|"bolder"
|"lighter"
|"normal"
|number
Defined in: shared/types/chartConfig.ts:109
CSS font-weight values for Chart.js font configurations.
ChartFontWeight =
"bold"
|"bolder"
|"lighter"
|"normal"
|number
Defined in: shared/types/chartConfig.ts:109
CSS font-weight values for Chart.js font configurations.