Skip to content

Instantly share code, notes, and snippets.

@ianfhunter
Last active May 16, 2018 12:35
Show Gist options
  • Select an option

  • Save ianfhunter/87d670a1fd747cf821fe2575e16dfc6b to your computer and use it in GitHub Desktop.

Select an option

Save ianfhunter/87d670a1fd747cf821fe2575e16dfc6b to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"id": "n0",
"label": "conv1",
"url": "http://sigmajs.org/"
},
{
"id": "n1",
"label": "conv2"
},
{
"id": "n2",
"label": "conv3"
}
],
"edges": [
{
"id": "e0",
"source": "n0",
"target": "n1",
"label": "t1"
},
{
"id": "e1",
"source": "n1",
"target": "n2",
"label": "t2"
},
{
"id": "e2",
"source": "n2",
"target": "n0",
"label": "t3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment