# Heatmaps

Heatmaps are used to visualize the density of points on a map.

Heatmaps visualizations are defined using `“type”: “heatmap”` and, allow the following properties to be set:

| Field name  | Description                                                                     |
| ----------- | ------------------------------------------------------------------------------- |
| `color`     | An array of colors that will be used in the heatmap. From less density to more. |
| `size`      | Controls the size of each point.                                                |
| `intensity` | Controls the intensity of a heightmap.                                          |

This is an example of a heatmap visualization

![](/files/C2vt8DBqzgRiZC3rorOO)

defined with the following visualization

```jsx
{
  "version": "2.3",
  "type": "heatmap",
  "config": {},
  "legend": {"displayName": {"0": "Low", "1": "High"}},
  "paint": {"color": "@purpYlPink", "size": 10, "intensity": 0.2}
}
```

Heatmaps do not support labels.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.felt.com/felt-style-language/types-of-visualizations/heatmaps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
