A treemap recursively subdivides area into rectangles; the area of any node in the tree corresponds to its value. This example uses color to encode different packages of the Flare visualization toolkit. Treemap design invented by Ben Shneiderman. Squarified algorithm by Bruls, Huizing and van Wijk.
This variation of a stacked bar chart shows percentages rather than absolute numbers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Working Man | |
In The End | |
Bastille Day | |
2112 Overture | |
Closer To The Heart | |
The Trees | |
The Spirit Of Radio | |
YYZ | |
Subdivisions | |
Distant Early Warning |
Adapting d3.geo.tile to show OpenStreetMap vector tiles. See also the static example.