Skip to content

Instantly share code, notes, and snippets.

@jackiekazil
Created April 2, 2016 19:16
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 jackiekazil/80eef13e289c73a79a870ee4becf1b08 to your computer and use it in GitHub Desktop.
Save jackiekazil/80eef13e289c73a79a870ee4becf1b08 to your computer and use it in GitHub Desktop.
{
"nodes":[
{"name":"node1","group":1},
{"name":"node2","group":2},
{"name":"node3","group":2},
{"name":"node4","group":3}
],
"links":[
{"source":2,"target":1,"weight":1},
{"source":0,"target":2,"weight":3}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment