Skip to content

Instantly share code, notes, and snippets.

@sunilmurali
Last active April 26, 2016 23:56
Show Gist options
  • Save sunilmurali/ca4521d1ffa79ce1752c13838a2e64fc to your computer and use it in GitHub Desktop.
Save sunilmurali/ca4521d1ffa79ce1752c13838a2e64fc to your computer and use it in GitHub Desktop.
{
"nodes": [
{ "id": "com1" , "sequence":0, "fixed": true, "x":100,"y":100 },
{ "id": "com2" , "sequence":1, "fixed": true, "x":100,"y":100 },
{ "id": "com3" , "sequence":1, "fixed": true, "x":100,"y":100 },
{ "id": "com4" , "sequence":2, "fixed": true, "x":100,"y":100 },
{ "id": "com5" , "sequence":2, "fixed": true, "x":100,"y":100 },
{ "id": "com6" , "sequence":2, "fixed": true, "x":100,"y":100 }
],
"links": [
{ "source":"com1","target":"com2" },
{ "source":"com1","target":"com3" },
{ "source":"com2","target":"com4" },
{ "source":"com3","target":"com5" },
{ "source":"com3","target":"com6" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment