Time series widgets
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Now Intelligence
Time series widgets show changes in an indicator score over time. Different visualizations emphasize the trend in the scores or the scores themselves, and can display one indicator or compare several indicators.
This feature is in maintenance mode and is no longer being augmented or changed. Only security fixes to this feature will be addressed.
A time series is an ordered sequence of metrics taken continuously over time. Indicator scores are measured over time at uniform intervals, which makes them an appropriate subject for time series widgets. The following business cases are some of the uses of a time series widget:
- Identifying trends, patterns, and outliers in indicator scores.
- Identifying turning points, such as whether a change in policy led to a change in indicator scores.
- Evaluating the relationships between indicators.
When you are selecting a visualization for a time series, consider whether you want to emphasize the trend in the scores or specific changes in the scores. Also consider whether you want to show one indicator or compare several related indicators.
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
scores. 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 through the data points. Spline charts let you take a limited set of known data points and approximate intervening values. |
Comparing scores in an indicator | ||
![]() |
Column | Shows changes between scores over time by displaying them as proportional vertical columns. Use either to visualize score changes in one indicator or to compare indicators. To compare indicators with a column visualization, either add indicators to the widget, or place several column visualization widgets next to each other in a dashboard. |
![]() |
Step | Emphasizes changes in indicator scores between discreet points in time. Use to show small incremental changes in scores, especially when a line visualization smudges the data. |
Comparing scores or trends between indicators | ||
![]() |
Stacked Column | Each column is divided into a stack of slices representing different indicators. Use when you want to see the cumulative result of multiple indicators. |
![]() |
Area | Resembles a line visualization, but the area between the axis and line is emphasized with colors. Use with multiple indicators to highlight the relative contribution that each indicator makes to the whole. |
![]() |
Relative Compare | Shows how multiple indicators diverge over time. |