Heat Map Chart

A heat map displays a measure using a colored grid, where the value of the aggregated measure for a given combination of dimension values is used to determine the color of the grid at that location.

What is a measure? What is a dimension?

A measure is generally used for aggregation, for example summation, averaging, correlation, etc., within a Crosstab, Chart, Text component, or Gauge. Adding a measure to the ‘Y’ region in a chart displays the computed aggregates by using locations on the Y-axis. Adding a measure to the ‘X’ region displays the computed aggregates by using locations on the X-axis. You can also display aggregates by using color, shape, size, or label.

A dimension is used to break-down the dataset into multiple groups, often within a Crosstab, Chart, or Selection List. Adding a dimension to the ‘X’ region of a Chart distinguishes the different dimension groups by location on the X-axis. Adding a dimension to the ‘Y’ region distinguishes the different dimension groups by location on the Y-axis. You can add multiple dimensions into the ‘X’ or ‘Y’ regions of a Chart, or into the ‘Rows’ or ‘Columns’ regions of a Crosstab, to create multiple grouping levels. You can also distinguish groups in a dimension by using color, shape, size, or label in a Chart.

To create a heat map, place the desired dimensions on the ‘X’ and ‘Y’ axes, and place the desired measure in the ‘Color’ region of the Chart Editor.

Do not place any measures on the ‘X’ and ‘Y’ axes, and do not place any fields in the ‘Size’ and ‘Shape’ regions of the Chart Editor. You can place a measure in the ‘Text’ region if desired. (Placing a dimension in the ‘Text’ region will create a Word Cloud Chart instead.) To convert a dimension to a measure, right-click the dimension in the data source and select ‘Convert to Measure’.

HeatMapConfig5

Walkthrough: Heat Map

This example illustrates how to create a heat map that displays Quantity Purchased broken down by month of year and product.

If you are new to charting, see the following sections first:

Configure Your Data…​

The data source for the chart (data block or data model) should represent dimensions and measures as independent columns or fields, as shown below. See Prepare Your Data for information on how to manipulate your data, if it is not currently in this form. (Note: A properly designed data model will already have the correct structure.)

dataStructureCharts

In some cases (e.g., Pie Chart), you may want your data to provide just a single measure. In other cases (e.g., Line Chart), you may want the data to supply multiple measures. If the data does not provide the correct number of measures, you may be able to alter the number of measures to suit the needs of the chart by “pivoting” or “unpivoting” the data. See Pivot Data in Prepare Your Data for more information about this procedure.

Open a Chart for Editing…​
Watch Video: Create a Chart (Open the Chart Editor)

This video might show an earlier version of the feature or operation that differs in minor ways from the current version.

Follow the steps below to get started with a new Chart. See Basic Charting Steps for more details.

  1. If necessary, create a new Dashboard. (See Create a New Dashboard.)

  2. From the Toolbox panel, drag a Chart component into the Dashboard.

    addingChart

  3. Resize the Chart as desired by dragging the handles.

    resizeChartHandle 1

  4. Press the ’Edit’ button in the center of the Chart or press the ‘Edit’ button edit in the top-right corner.

    ChartEditButton

    This opens the same Visualization Recommender available for creating a new Dashboard. (See Create a New Dashboard.)

  5. To bypass the Recommender, press the ‘Full Editor’ button edit at the top right to open the Chart Editor.

    ChartEditorIntro

  1. Create a new Dashboard based on the ‘Sales Explore’ Data Worksheet. For information on how to create a new Data Worksheet, see Create a Data Worksheet.

    The 'Sales Explore' Data Worksheet can be found in Data Worksheet  Examples. You may need to download the examples.zip file from GitHub into your environment. (This requires access to Enterprise Manager.) See Import and Export Assets for instructions on how to import.
  2. Drag a Chart component from the Toolbox tree to the Dashboard, and press the ‘Edit’ button edit at the top-right corner of the Chart to open the Chart Editor.

  3. In the Chart Editor, drag the ‘Quantity Purchased’ measure from the Data Source panel to the ‘Color’ region.

  4. Drag the ‘Name’ dimension from the Data Source panel to the ‘Y’ region.

  5. Drag the ‘Date’ dimension from the Data Source panel to the ‘X’ region.

    HeatMapConfig

  6. Press the ‘Edit Dimension’ button dimension setting next to the ‘Date’ field and set the ‘Level’ property to ‘Month of Year’. Press the ‘Apply’ button submit.

    HeatMapConfig2

  7. Optional: You can add additional dimensions to the Chart if desired. See Trellis Chart (Grid) for information about adding multiple dimensions to a chart axis.

  8. Press the ‘Edit Color’ button next to the ‘Quantity Purchased’ measure, and choose the desired color spectrum to represent the aggregated values. (The built-in ‘Heat’ spectrum uses traditional shades of orange and brown, but you can use any other spectrum as well.)

    HeatMapConfig3

  9. Press the ‘Close’ button close.

  10. Press the ‘Finish’ button submit to close the Editor.

  11. Resize the chart to show the desired number of products.

    HeatMapConfig4

  12. To increase the density of the chart by using a finer grid, see Adjust Chart Spacing in Basic Charting Steps.

You can proceed to edit the titles, legend, etc. See Basic Charting Steps and Chart Properties for more information. See Add Data Format for information on how to format text on a Chart.

Explore More…​

The sample Call Center Team Performance Dashboard (in the ‘Examples’ folder) provides an example of a heat map.

galleryHeatMap2

To explore this sample Dashboard, download and import the Call Center Team Performance Dashboard into your environment. (This requires access to Enterprise Manager.) See Import and Export Assets for instructions on how to import.