Skip to main content

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.

Filtering results

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

Grouped bar charts

Display data as bars, grouped by a dimension

Stacked bar charts

Stacked bar charts

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

Stacked 100% bar charts

Stacked 100% bar charts

Like a stacked bar chart, but shows how each segment contributes to the total

Line charts

Line charts

Display data as lines to show trends over time

Bar & line charts

Bar & line charts

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

Scatterplots

Scatterplots

Display data as dots to show the relationship between two variables

Bubble charts

Bubble charts

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

Area charts

Area charts

Display data over time for multiple segments

Stacked 100% area charts

Stacked 100% area charts

Like an area chart, but shows how each segment contributes to the total

Pie & donut charts

Pie & donut charts

Display data as slices of a circle, where each slice is a proportion of the total

Maps

Maps

Visualize data on a geographic map

KPIs

KPIs

Display Key Performance Indicators as single values with optional context

Markdown tiles

Markdown tiles

Combine Markdown & query elements to create custom visualizations

Tables

Tables

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

Single record

Single record

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

AI summary

AI summary

Generate a summary of a query using AI

Heatmap

Heatmap

Use color to represent values in a matrix format

Boxplot

Boxplot

Summarizes the distribution of a dataset using its key statistical values

Custom visualizations

Configuring visualizations