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.
| Visualization | Description and use case |
|---|---|
| Visualizing trends in the scores of an indicator | |
| Line |
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 |
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 |
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 |
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 |
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 |
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. |