Skip to content

Instantly share code, notes, and snippets.

@manzt
Last active June 28, 2019 13:05
Show Gist options
  • Save manzt/489d2bdba0f14a530b2fe6c0b321dc93 to your computer and use it in GitHub Desktop.
Save manzt/489d2bdba0f14a530b2fe6c0b321dc93 to your computer and use it in GitHub Desktop.
{
"nodes": [
{"name": "foo", "group": 1, "index": 0},
{"name": "bar", "group": 2, "index": 1},
{"name": "baz", "group": 2, "index": 2},
{"name": "foobar", "group": 3, "index": 3}
],
"links": [
{"source": 0, "target": 0},
{"source": 1, "target": 1},
{"source": 2, "target": 2},
{"source": 3, "target": 3},
{"source": 1, "target": 3},
{"source": 2, "target": 3}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment