Last active
December 29, 2015 15:49
-
-
Save davelandry/7693043 to your computer and use it in GitHub Desktop.
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
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