ChartType Enum
The type of chart visualization available for data representation.
- Bar: For comparing categories
- Line: For showing trends over time
- Pie: For showing proportions of a whole
- Area: For showing cumulative totals over time
Possible Values
#
verticalBar
horizontalBar
pie
doughnut
lineGraph
Usages
#
References
#
- Argument chartType of field createDashboardWidget from type Mutation
- Argument chartType of field updateDashboardWidget from type Mutation
- Field chartType from DashboardWidget
Previous
BulkInsertActionInput
Next
ChartValueColor