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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/visualize-present/visualizations/types/heatmap",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Heatmap Charts

> Create heatmap visualizations in Omni to display data density and patterns using color gradients across two-dimensional grids.

## Examples

**Heatmap:**

<img src="https://mintcdn.com/omni-e7402367/K4oAdi8TCvG1dpiF/images/docs/visualization-and-dashboards/visualization-types/assets/images/heatmap-bd416ba7768dc0e89e1495894be098f4.png?fit=max&auto=format&n=K4oAdi8TCvG1dpiF&q=85&s=192446df82da60c0c18531d6da814d80" alt="" width="2298" height="1168" data-path="images/docs/visualization-and-dashboards/visualization-types/assets/images/heatmap-bd416ba7768dc0e89e1495894be098f4.png" />

## Data Structures

Heatmaps can work with pivoted or unpivoted data, using 2 dimensions and one measure, or with all dimensions where there is a numeric available for the color facet. They often use two time facets, for example:

* `date` & `hour_of_day`
* `week` & `day_of_week`
* `month` & `year`

<img src="https://mintcdn.com/omni-e7402367/K4oAdi8TCvG1dpiF/images/docs/visualization-and-dashboards/visualization-types/assets/images/heatmap-data-8dc073731723e7601c211eec9bce3d34.png?fit=max&auto=format&n=K4oAdi8TCvG1dpiF&q=85&s=d14adac2c3349e9b3124ab566722a6f4" alt="" width="1734" height="1150" data-path="images/docs/visualization-and-dashboards/visualization-types/assets/images/heatmap-data-8dc073731723e7601c211eec9bce3d34.png" />

## Configuration

There is no heatmap specific configuration, but [color](/visualize-present/visualizations/configuration/color) and [tooltip](/visualize-present/visualizations/configuration/tooltips) controls may be relevant.
