Skip to content

Instantly share code, notes, and snippets.

View dannydb's full-sized avatar

Danny DeBelius dannydb

View GitHub Profile
@dannydb
dannydb / README.md
Last active August 29, 2015 14:21 — forked from mbostock/.block
Working Man
In The End
Bastille Day
2112 Overture
Closer To The Heart
The Trees
The Spirit Of Radio
YYZ
Subdivisions
Distant Early Warning
@dannydb
dannydb / README.md
Last active December 28, 2015 03:58 — forked from mbostock/.block

This variation of a stacked bar chart shows percentages rather than absolute numbers.

@dannydb
dannydb / README.md
Last active December 28, 2015 03:49 — forked from mbostock/.block

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.