Visualization types
Omni has many visualizations types out of the box for presenting data. Each chart type supports configuration options across the overall visualization, series, and chart facets like axes if applicable.
Additionally, for configuration beyond the UI controls, any of the visualizations built from Vega-lite have an advanced option to allow full customization of the Vega-lite spec.
Click the tags to filter results! If multiple tags are selected, visualization types that match at least one selection will be included.
You can also click the tags on individual examples to apply filters.

Grouped bar charts
Display data as bars, grouped by a dimension

Stacked bar charts
Display data as bars, stacked on top of each other to display cumulative values for multiple segments

Stacked 100% bar charts
Like a stacked bar chart, but shows how each segment contributes to the total

Line charts
Display data as lines to show trends over time

Bar & line charts
Combine bar and line charts to display both categorical and time-based data

Scatterplots
Display data as dots to show the relationship between two variables

Bubble charts
Similar to scatterplots, but with a third variable represented by the size of the dots (bubbles)

Area charts
Display data over time for multiple segments

Stacked 100% area charts
Like an area chart, but shows how each segment contributes to the total

Pie & donut charts
Display data as slices of a circle, where each slice is a proportion of the total

Maps
Visualize data on a geographic map

KPIs
Display Key Performance Indicators as single values with optional context

Markdown tiles
Combine Markdown & query elements to create custom visualizations

Tables
Display data in a tabular format, with optional conditional formatting, sorting, etc.

Single record
Display a single record in a dataset as a single table column

AI summary
Generate a summary of a query using AI

Heatmap
Use color to represent values in a matrix format

Boxplot
Summarizes the distribution of a dataset using its key statistical values
Custom visualizations
- Static point maps
- Zip code choropleth maps
- Radial pie charts
- Waterfall charts
- Funnel visualizations
- See more