Visualize hierarchical data
Hierarchy charts support the following render types.
Tree
Treemap
Sunburst
Bar (Drill Down)
Hierarchy charts aggregate values (metrics) for each hierarchy level (dimensions) and render a hierarchy structure.
Hierarchy
Dimension
Specify from higher to lower levels (e.g., Region → Prefecture → City)
Value
Metric
Used as weight if specified
Show "Sales composition by Region → Prefecture → City" as a sunburst
Hierarchy (Dimension): Region, Prefecture, City
Value (Metric): Sum of sales
Show "Counts by organizational hierarchy" as a tree
Hierarchy (Dimension): Division, Section, Team
Value (Metric): None (aggregated by row count)
Tree, Treemap, and Sunburst render the hierarchy as-is
Bar (Drill Down) starts at the top level, and clicking a bar drills down to the next level
Specify two or more levels and set the render type to "Bar (Drill Down)"
Last updated 8 days ago
Was this helpful?