You're viewing version 3.7 of the OpenSearch documentation. This version is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
Visualization types for query-based visualizations
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) |