Skip to content

Instantly share code, notes, and snippets.

@asadoughi
Last active August 29, 2015 14:08
Show Gist options
  • Save asadoughi/c928265f18dffc8522d0 to your computer and use it in GitHub Desktop.
Save asadoughi/c928265f18dffc8522d0 to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"id": "n0",
"label": "Bevmo",
"x": 0,
"y": 0,
"size": 3
},
{
"id": "n1",
"label": "Matthew Chan",
"x": 3,
"y": 1,
"size": 2
},
{
"id": "n2",
"label": "Walmart",
"x": 1,
"y": 3,
"size": 1
}
],
"edges": [
{
"id": "e0",
"source": "n0",
"target": "n1"
},
{
"id": "e1",
"source": "n1",
"target": "n2"
},
{
"id": "e2",
"source": "n2",
"target": "n0"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment