Grouping data in charts
This topic describes how to group data in a chart to avoid overloading the browser.
When the number of data points in a time range exceeds the capabilities of the chart package, the chart package groups several data points into one. You can now control the values that are displayed on the chart for this aggregated group of points by selecting one of three options: minimum, average, or maximum.
Because you can add a category multiple times, you can graph the data from one category as the maximum and use the same category a second time for the same data and show it as the average. The tooltip in the chart displays the value—maximum, average, or minimum based on the current data grouping of the chart. These values are visible only after you enable the Data-Grouping option.
To enable and disable data grouping
- In the More Actions dialog box, click Data-Grouping tab.
Select Enable Data-Grouping. This option is enabled by default.
Use the toggle button to disable data grouping. A warning message is displayed indicating that disabling Data-Grouping might result in poor browser performance when you display a large amount of data.- Select one of the following options:
- (Default) Show Maximum Value in Sequence
- Show Average Value in Sequence
- Show Minimum Value in Sequence
- Click Apply to save the changes.
After you enable the Data-Grouping option, the tooltip in the chart displays one of the following values based on the selected data grouping of the chart:
- Maximum
- Average
- Minimum
The same value appears in the chart legend above the values of a given metric.
The interval marker displays the interval range.
Related topic