Dashboards Classic
To visualize your query results as a stacked area chart, select Stacked area from the list above the query definition, in the upper-left corner of the page.


When switching between visualizations, be aware that some visualization settings are visualization-specific.

Your visualization can show any selection of metrics in a multi-metric query.
To toggle metrics on and off, you can select the letter next to the metric you want to visualize, or you can select the eye icon .

The Settings section is one of the expandable sections in the right panel of Data Explorer. The contents of the Settings section may vary depending on the visualization you have selected.
Resolution is the X axis (time) granularity of the visualization.
To allow Data Explorer to automatically select an appropriate resolution for the selected timeframe, in the Settings section, set Resolution to Auto
To specify a certain resolution, select one from the list
Some resolutions are unavailable for some timeframes. If you select an incompatible combination of timeframe and resolution, DESK automatically selects a resolution and displays an explanatory message such as: Auto-resolution applied. Resolution value of [6 hours] applied. Selected timeframe doesn't allow for [5 minutes] resolution. To override auto-resolution, select a different resolution from the list.
Smart resolution on dashboard tiles
To prevent performance issues on dashboard tiles created with Data Explorer, the maximum number of data points for a query on a dashboard tile is 4,000. Based on the selected timeframe and the applied custom resolution, DESK projects the number of data points for the query result. If the projected number of data points exceeds 4,000, DESK automatically switches to a resolution high enough to keep the number of data points below 4,000.
Note that this does not apply to visualizations in Data Explorer itself, where you can have more than 4,000 data points. It applies only to dashboard tiles created with Data Explorer where the resolution/timeframe combination selected on the dashboard results in more than 4,000 data points.
Whether to display a legend under the visualization.
Note that the legend is active: you can select a legend entry to toggle display of the corresponding entry on or off.
To connect gaps in a chart, in the Settings section, turn on Connect gaps.
The Settings section also displays visualization options per metric selected for the query.
You can change the name of a metric as it is displayed on the chart and in the chart legend. The query definition retains the metric's original name.
To change the color palette for a metric, in the Settings section, select a new palette from the list.
Use the Unit and Format settings to determine how your data is displayed. If you export to a CSV file, the Unit and Format settings are also reflected in the exported values.
Use the Unit setting to set the unit in which the metric is displayed.
None = No unit displayed
Auto = DESK selects an appropriate display unit
Other selections specify the exact unit to display. The options here depend on the metric's unit. A time metric, for example, offers alternative units for displaying time.
To add a custom unit/suffix string, type the custom string in the Unit box and then select it from the list.
In Advanced mode, you can use :setUnit(<unit>) to select from a wider range of units.
Examples of order-of-magnitude notation in DESK:
| Notation | Factor | Meaning |
|---|---|---|
| k | 10^3 | kilo, thousand |
| M | 10^6 | mega, million |
| G | 10^9 | giga, billion |
| T | 10^12 | tera, trillion |
Use the Format setting to configure the number of decimal places displayed for the selected metric.
None = No formatting.
Auto = DESK selects an appropriate format. For example, where None would display 5.062357754177517 %, Auto would display 5.06 %.
Other selections specify the number of decimal places to display: 0, 0.0, 0.00, 0.000
When the basic unit of the metric is bytes:
A byte-based unit can have either a binary or decimal base, which will determine whether DESK selects, for example, GiB or GB. If no base is defined in the metric itself, a decimal base is used.
If the automatically selected unit isn't suitable in your case, you can force DESK
to express the same values in a specific unit (Unit = B, KiB, MiB, or GiB).
If you want to see raw data (no conversion), you can set Unit to None and see the results in the basic unit of the metric (which in this case is bytes).
When the basic unit of a metric is dollars and cents:
When the basic unit for the metric is a count:
To see an exact count:
Set Unit to k (thousand), M (million), G (billion), or T (trillion), depending on the magnitude of your values
Set Format to 0.0, 0.00, or 0.0000, depending on how many decimal places make sense in combination with the selected Unit setting
When setting threshold values:
To force a different color (override the color palette) for a specific series such as a selected host
The Axes section is one of the expandable sections in the right panel of Data Explorer. In the Axes section, you can control how the X axis and each Y axis of your visualization are displayed.

In this walkthrough, you add some metrics to a visualization and see how to adjust the axis settings in the Axes section of the Settings for your graph. (This example uses a Graph visualization, but the same settings apply to other visualizations that have axis settings.)
Go to Data Explorer.
In Data Explorer, add metric builtin:host.mem.used, split by Host, and select Run query.
The X axis, which is displayed along the bottom of the graph, is the current timeframe as determined by the timeframe selector.
The X axis has no name by default, but you can name it: in the Axes section, find X axis, select in the X axis row, change the name (for example, to Time), and then select the checkmark to save the new name.
To toggle the display of the X axis on and off, select in the X axis row.
The Y axis by default is displayed up the left side of the graph.
There can be more than one Y axis on a chart. The first one is automatically labeled Y axis 1 in the Axes section. In this example, it displays memory used in GB, corresponding to the first metric you have added to your chart, Memory used (builtin:host.mem.used).
As with the X axis, you can name and hide/show the Y axis: find Y axis 1 in the Axes section and select and accordingly.
To move the Y axis to the right of the chart, change Position from Left to Right.
To specify the range of a Y axis, change Min, Max from Auto, Auto to numeric values. For example, set Min, Max for this metric (Memory used) to 5, 10 to chart values between those values.

Select Add metric and add metric builtin:host.cpu.usage, split by Host, and select Run query again.
The Y axis for the second metric (CPU usages %) is displayed up the right side of the graph to indicate CPU usage percentage. (If you moved the Y axis in the previous step, now they both run up the same side of the chart.)
In the Axes section, a new Y axis 2 section is displayed.

Additional Y axes are not created automatically for any subsequent metrics you add to the chart, but you can add them manually: after you add the metric to your query, select Add Y axis in the Axes section, select in the empty Axis Metric box, and then select the metric you want to display for the new axis. Below, a third metric has been added with a third Y axis for .NET memory consumption (Large Object Heap).
To name an axis
To hide an axis
To unhide the axis, select again.
To specify the side of the chart on which to display a Y axis
By default, minimum and maximum axis values are set automatically.
To set custom minimum and maximum values for an axis
The Threshold section is one of the expandable sections in the right panel of Data Explorer. The contents of this section may vary depending on the visualization you have selected. Use threshold settings to enhance your visualizations and tiles.

Set threshold values after you set Unit:
In the Thresholds section, enter threshold values


To hide or show threshold colors without deleting the threshold settings, in the Thresholds section, select .
