---
title: "Define a Heat Chart"
slug: "define-a-heat-chart"
updated: 2026-02-23T08:24:34Z
published: 2026-02-23T08:24:34Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.lakesidesoftware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Define a Heat Chart

Shows a single data dimension using two axes in a circular layout. This type of chart is useful for showing cyclic data such as hours of the day during the week and makes it easy to identify clustered data values such as periods of peak usage. The example below shows Active Users hours during the week.

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/heat_chart.png)

1. Drag a [Query Data block](/documentation/docs/define-a-query-data-block) to the workspace and define the Query Data block as necessary.
2. Drag the Heat Chart block from the Toolbox into the workspace.
3. Link the Query Data block with the heat Chart by connecting the Query Data block’s output port to the Heat Chart block’s input port.

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/heat_chart_dash.png)
4. Optionally, **Name** the Heat Chart block and provide a **Description**. The name will appear in the Heat Chart's pane’s title bar when the dashboard is viewed.

> [!NOTE]
> **NOTE**: The SysTrack Dashboard Viewer allows you to move most objects and save the layout, but the Order parameter places the objects initially.
5. Open the **Input Bindings** section and select an input from the **Data** field's drop-down list.
6. From the **Segment label column** field's drop-down list select the data with which to define the pie-like wedges of the Heat Chart.
7. From the **Radial label column** field's drop-down list select the data with which to define the concentric circles of the Heat Chart.
8. From the **Data value column** field's drop-down list select the data with which to control the color of the segments at the intersections of the two axes of the segments and the concentric circles.
9. When you are done, click the **Apply** button to save your changes.

<style> p[data-block-id] {font-size:1rem;} ul li p[data-block-id] {margin-bottom: 0;} ul[data-type="taskList"] li div p[data-block-id] {margin-bottom: 0;} ol li p[data-block-id] {margin-bottom: 0;} table tbody th p[data-block-id] { margin-bottom: 0;} blockquote p[data-block-id] {margin-bottom: 0 !important;} &nbsp;p[data-block-id]:empty::after {content: "\00A0";} </style>
