Skip to content

Instantly share code, notes, and snippets.

@maxoja
Created January 21, 2020 17:30
Show Gist options
  • Save maxoja/9c6d5bf63747f161b88666e04bfa0c6f to your computer and use it in GitHub Desktop.
Save maxoja/9c6d5bf63747f161b88666e04bfa0c6f to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"id": "A",
"group": 1
},
{
"id": "B",
"group": 1
},
{
"id": "C",
"group": 1
},
{
"id": "D",
"group": 1
},
{
"id": "E",
"group": 1
},
{
"id": "F",
"group": 1
},
{
"id": "G",
"group": 1
}
],
"links": [
{
"source": "A",
"target": "B",
"value": 1,
"index": 0
},
{
"source": "A",
"target": "C",
"value": 1,
"index": 1
},
{
"source": "B",
"target": "D",
"value": 1,
"index": 2
},
{
"source": "B",
"target": "E",
"value": 1,
"index": 3
},
{
"source": "C",
"target": "F",
"value": 1,
"index": 4
},
{
"source": "C",
"target": "G",
"value": 1,
"index": 5
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment