Use treemap charts to show parts of a whole using nested rectangles.
Treemaps show parts of a whole using nested rectangles. Each rectangle’s size represents the value of a metric, and dimensions define how the data is grouped and nested. You can use a single dimension or multiple and they will work as described below.One dimension: Each category becomes a rectangle, sized by the metric value.
Two dimensions: Creates a hierarchy where each rectangle is split into sub-rectangles based on the second dimension.
Three or more dimensions: The chart displays the top-level hierarchy. Users can click to drill down into deeper layers.
Treemaps are useful when:
You want to compare proportions across categories
You’re visualizing hierarchical data
Space is limited and you want a compact alternative to bar or pie charts
To create a treemap, select Treemap as the chart type and choose your dimensions.