# Treemap visualization

A Treemap chart is used to display hierarchical data using nested rectangles. Each rectangle represents a group or cluster of data, and the size of the rectangle is proportional to the value of the data it represents. Treemaps are used to compare quantities and patterns in a very direct and efficient way, and to highlight the trends that structure our data. Double-click a rectangle to drill down into your data.

![Treemap chart](/files/7AOTmTxsYebhTKOczPFi)

| Property        | Definition                                                                                                                                             | Available In          |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------- |
| **Layout Mode** | Use this to select the rectangle layout algorithm used by a treemap plot.                                                                              | Treemap Visualization |
| **Data Labels** | Use this property to label the data features of your report and specify where you want them to appear. You can also choose not to display data labels. | Treemap Visualization |


---

# 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://docs.pentaho.com/pba/pentaho-analyzer-cp/creating-analyzer-reports/visualizations-for-analyzer/treemap-visualization.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.
