Skip to content

Instantly share code, notes, and snippets.

View arunkjn's full-sized avatar

Arun Kumar Jain arunkjn

View GitHub Profile
@arunkjn
arunkjn / README.md
Last active December 14, 2015 06:28 — forked from mbostock/.block

A sunburst is similar to the 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.