Skip to content

Instantly share code, notes, and snippets.

@mikecasas
Created August 23, 2016 15:49
Show Gist options
  • Save mikecasas/9ab9e478f7a3ae0cd74ddf9d984e0cc9 to your computer and use it in GitHub Desktop.
Save mikecasas/9ab9e478f7a3ae0cd74ddf9d984e0cc9 to your computer and use it in GitHub Desktop.
{
"nodes": [{
"node": 0,
"name": "Total Expenses"
}, {
"node": 1,
"name": "Operating"
}, {
"node": 2,
"name": "Capital"
}],
"links": [{
"source": 0,
"target": 1,
"value": 100
}, {
"source": 0,
"target": 2,
"value": 66
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment