Skip to content

Instantly share code, notes, and snippets.

@sebfoucault
Last active September 2, 2019 19:21
Show Gist options
  • Save sebfoucault/5cbba3c1c4a2fcf3e1c799970178c40f to your computer and use it in GitHub Desktop.
Save sebfoucault/5cbba3c1c4a2fcf3e1c799970178c40f to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"name": "Seconde D"
},
{
"name": "Première A"
},
{
"name": "Première B"
},
{
"name": "Seconde A"
}
],
"links": [
{
"source": 0,
"target": 1,
"value": 10
},
{
"source": 0,
"target": 2,
"value": 5
},
{
"source": 3,
"target": 2,
"value": 10
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment