-
Notifications
You must be signed in to change notification settings - Fork 0
TreeMaps
Rafael Richards edited this page Nov 7, 2021
·
2 revisions
Definition: Treemaps are visualizations for hierarchical data. They are made of a series of nested rectangles of sizes proportional to the corresponding data value. A large rectangle represents a branch of a data tree, and it is subdivided into smaller rectangles that represent the size of each node within that branch.
Rationale
- https://www.nngroup.com/articles/treemaps/
- https://www.microsoft.com/en-us/microsoft-365/blog/2015/08/11/breaking-down-hierarchical-data-with-treemap-and-sunburst-charts/
- https://stackoverflow.com/questions/32966123/zoomable-treemap-with-more-than-two-levels-d3plus
- https://www.d3-graph-gallery.com/graph/treemap_json.html
- https://d3plus.org/?path=/story/advanced-treemap--small-data-threshold&args=colorScalePadding:false
- https://www.d3-graph-gallery.com/treemap.html
- https://www.verizon.com/business/resources/reports/dbir/interactive/
- https://observablehq.com/@d3/nested-treemap