Type Alias: ChartType
ChartType =
"area"
|"bar"
|"bubble"
|"doughnut"
|"line"
|"mixed"
|"pie"
|"polarArea"
|"radar"
|"scatter"
Defined in: shared/types/chartConfig.ts:123
Chart.js chart type values.
ChartType =
"area"
|"bar"
|"bubble"
|"doughnut"
|"line"
|"mixed"
|"pie"
|"polarArea"
|"radar"
|"scatter"
Defined in: shared/types/chartConfig.ts:123
Chart.js chart type values.