Skip to content

Instantly share code, notes, and snippets.

@jrudolph
Last active January 29, 2020 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrudolph/6aef15fefee7a2de9c6623b72a929cf6 to your computer and use it in GitHub Desktop.
Save jrudolph/6aef15fefee7a2de9c6623b72a929cf6 to your computer and use it in GitHub Desktop.
{
"nodes": [
{"id": "n1", "group": 1},
{"id": "n2", "group": 1},
{"id": "n3", "group": 1},
{"id": "n4", "group": 1},
{"id": "n5", "group": 1},
{"id": "n6", "group": 1},
{"id": "n7", "group": 1}
],
"links": [
{"source": "n1", "target": "n2", "value": 1},
{"source": "n1", "target": "n4", "value": 1},
{"source": "n1", "target": "n6", "value": -1},
{"source": "n2", "target": "n3", "value": 1},
{"source": "n2", "target": "n5", "value": -1},
{"source": "n2", "target": "n7", "value": -1},
{"source": "n3", "target": "n1", "value": 1},
{"source": "n3", "target": "n4", "value": 1},
{"source": "n3", "target": "n5", "value": -1},
{"source": "n4", "target": "n2", "value": 1},
{"source": "n4", "target": "n3", "value": 1},
{"source": "n4", "target": "n6", "value": -1},
{"source": "n5", "target": "n1", "value": -1},
{"source": "n5", "target": "n5", "value": 1},
{"source": "n5", "target": "n6", "value": 1},
{"source": "n6", "target": "n2", "value": -1},
{"source": "n6", "target": "n6", "value": 1},
{"source": "n6", "target": "n7", "value": 1},
{"source": "n7", "target": "n1", "value": -1},
{"source": "n7", "target": "n2", "value": -1},
{"source": "n7", "target": "n4", "value": -1}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment