Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Use cases for different time series visualization types

Time series visualizations can emphasize the trend in the data or specific changes in the data. They can show one data source or compare several related data sources.

VisualizationDescription and use case
Visualizing trends in the scores of an indicator
Line
Image omitted: inline-data-vis-line.png
line visualization
Shows how one or more values change over time by connecting a series of data points with straight lines. Use a line visualization to emphasize the trend in the data. Consider line visualizations to be the default choice for displaying a time series. If you are unsure of which visualization to use, use a line.
Spline
Image omitted: inline-data-vis-spline.png
spline visualization
Shows how one or more values change over time by connecting a series of data points with a fitted curve that emphasizes the trend over individual data points. Spline visualizations let you take a limited set of known data points and approximate intervening values.
Scatter
Image omitted: inline-data-vis-trend.png
scatter visualization - med
Shows unconnected points for values in the Y-axis against time in the X-axis. Usually the trend line is also shown. Use with a spread of data that cannot be usefully connected with a line.
Comparing scores in a data source
Column
Image omitted: inline-data-vis-bar-column.png
column visualization
Shows changes in data over time by displaying values as proportional vertical columns. Use either to visualize changes in one data source or to compare data sources. To compare data sources with a column visualization, either add data sources to the visualization, or place several column visualizations next to each other in a dashboard.
Step
Image omitted: inline-data-vis-stepline.png
Data visualization step line type - med
Emphasizes changes in a data source between discreet points in time. Use to show small incremental changes, especially when a line visualization smudges the data.
Comparing scores or trends between data sources
Area
Image omitted: inline-data-vis-area.png
area visualization
Resembles a line visualization, but the area between the axis and line is emphasized with colors. Use with multiple data sources to highlight the relative contribution that each data source makes to the whole.

Parent Topic:Create time series data visualizations