Heatmap Chart

Overview

The Heatmap chart provides a highly visual option for exploring program data. Enabling a method for quickly undertsanding intensity, concentration, or distribution across intersecting dimensions.

Adding a Chart

  1. On a Layout or Dashboard in Configure mode, open the Add Section dialog.
  2. Select the Chart option from the left panel.
  3. Choose the Heatmap option under the Multiple Axis category. The chart will be added to the layout.

Configuring Heatmap Chart Settings

After successfully creating a new Chart section, follow the steps below to fully configure the section. These options can be edited on an existing Chart section via the Settings dialog whil in Configure mode on a layout.

Data

  1. Click on the Settings icon (gear) on the Section Controls of the Chart.
  2. Define the Datasource: the template(s) where the data is defined. In the Type field, open the drop-down menu to see all available templates. Select one or more templates to define the type.
  3. Optionally, locked Filters can be set when configuring a Chart section. These filters will apply to all content in the Chart and cannot be seen or edited by end users viewing the Chart. Page Filters can be referenced using the injected expression syntax: {!toFilter(API_Name__f)}. Refer to the Page Filtering article for more details on configuration.
    1. The Attribute drop-down menu will show attributes from the template(s) type selected. Select an Attribute.
    2. If the Attribute has Data Sets enabled, define the Data Set. Otherwise, it will default to ‘Actual’.
    3. Enter a value into the Value field. Filtering syntax can be found here.
    4. Add another filter by clicking Add Filter.
    5. Remove a filter by clicking the trash icon next to the filter.

Display

On the Display tab, you can select the values to display, format the values, and configure additional chart display options.

Follow the steps below to configure the Chart Display:

  1. On the Display Tab, choose from a Pick List or Association for the Value of the X and Y axis, separately. Note: These cannot match.
  2. Optionally, apply labels for empty values or format individual values for each of the X and Y value options.
  3. Under the Value section, define the type of data that will display in each cell of the chart.
    • Attribute Aggregation: Select a Number, Metric, or Value Pick List attribute. Define the aggregation method.
    • Record Count: Provides a count of work items.
  4. In the Options section, define the Starting and Ending Colors for the gradient.
  5. Optionally, select whether to show the legend, chart value, or totals for rows and columns. If Total columns are enabled, define the total cell color and any labels.
  6. Save and Publish your changes.
Updated on December 13, 2025

Related Articles