Created
August 23, 2016 15:49
-
-
Save mikecasas/9ab9e478f7a3ae0cd74ddf9d984e0cc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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