Skip to content

Instantly share code, notes, and snippets.

@nixpulvis
Created September 8, 2017 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nixpulvis/b96a545b9f1c5ada2eef309305d7873c to your computer and use it in GitHub Desktop.
Save nixpulvis/b96a545b9f1c5ada2eef309305d7873c to your computer and use it in GitHub Desktop.
D3 Hierarchical Data
{
"name": "Root Node",
"children": [
{ "name": "Child 1", "children": [] },
{ "name": "Child 2", "children": [
{ "name": "Child 3", "children": [] }
]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment