Select the appropriate chart type
mainChoose a chart class based on your data structure and goals:
| Data Type | Recommended Chart | Description |
|---|---|---|
| Simple categories | BarChart | Horizontal bar charts (single or multi-series) |
| Time series | VerticalChart | Column charts for temporal data |
| Parts of a whole | StackedChart | Stacked bar charts for part-to-whole relationships |
| Data distribution | HistogramChart | Distribution charts for continuous data |