Skip to content

Instantly share code, notes, and snippets.

@davelandry
Last active December 29, 2015 15:49
Show Gist options
  • Save davelandry/7693043 to your computer and use it in GitHub Desktop.
Save davelandry/7693043 to your computer and use it in GitHub Desktop.
visualization
.type("tree_map") // we're building a tree map
.id("name") // the unique key for our data
.value("size") // the key used for sizing the squares
.dev(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment