Visualization types
The following table lists the supported visualization types and their expected data shapes.
| Chart type | Data shape |
|---|---|
| Area chart | One date field + one or more numeric fields (supports stacking) |
| Bar chart | One or more categorical or date fields + one or more numeric fields |
| Bar gauge chart | One or more numeric fields (single values) |
| Gauge chart | One numeric field (single value) |
| Heatmap | Two categorical or date fields + one numeric field |
| Histogram | One numeric field (distribution) |
| Line chart | One date field + one or more numeric fields |
| Metric chart | One numeric field (single value) |
| Pie chart | One categorical field + one numeric field |
| Scatter plot | Two or more numeric fields |
| State timeline | One date field + one categorical field (state values) |
| Table | Any combination of fields (displays raw data) |