Skip to content

Instantly share code, notes, and snippets.

@ABSegler
ABSegler / README.md
Last active August 29, 2015 14:25 — forked from mbostock/.block

This “icicle” diagram uses d3.layout.partition to divide space with area proportional to the value of nodes in a tree. See also the zoomable icicle.

@ABSegler
ABSegler / README.md
Last active August 29, 2015 14:25 — forked from mbostock/.block

Click on any arc to zoom in. Click on the center circle to zoom out.

A sunburst is similar to a treemap, except it uses a radial layout. The root node of the tree is at the center, with leaves on the circumference. The area (or angle, depending on implementation) of each arc corresponds to its value. Sunburst design by John Stasko. Data courtesy Jeff Heer.

@ABSegler
ABSegler / README.md
Last active August 29, 2015 14:25 — forked from mbostock/.block

Click on any arc to zoom in. Click in the center to zoom out.

A sunburst is similar to a treemap, except it uses a radial layout. The root node of the tree is at the center, with leaves on the circumference. The area (or angle, depending on implementation) of each arc corresponds to its value. Sunburst design by John Stasko. Data courtesy Jeff Heer.