Last active
December 22, 2020 09:47
-
-
Save man-person/bd8b69d62b7fd179f6ac67ceb3a6377e to your computer and use it in GitHub Desktop.
sankey data
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
"payload": { | |
"nodes": [ | |
{"id": 0, "label": "Silver"}, | |
{"id": 1, "label": "Titanium"}, | |
{"id": 2, "label": "Platinum"}, | |
{"id": 3, "label": "Gold"}, | |
{"id": 4, "label": "Angel"}, | |
{"id": 5, "label": "Silver (suggestion)"}, | |
{"id": 6, "label": "Titanium (suggestion)"}, | |
{"id": 7, "label": "Platinum (suggestion)"}, | |
{"id": 8, "label": "Gold (suggestion)"}, | |
{"id": 9, "label": "Angel (suggestion)"} | |
], | |
"links":[ | |
{"source":2, "target":5, "value":"11"}, | |
{"source":3, "target":5, "value":"13"}, | |
{"source":1, "target":6, "value":"16"}, | |
{"source":3, "target":6, "value":"477"}, | |
{"source":2, "target":6, "value":"183"}, | |
{"source":1, "target":7, "value":"13"}, | |
{"source":2, "target":7, "value":"103"}, | |
{"source":3, "target":7, "value":"291"}, | |
{"source":1, "target":8, "value":"9"}, | |
{"source":2, "target":8, "value":"67"}, | |
{"source":3, "target":8, "value":"235"}, | |
{"source":1, "target":9, "value":"8"}, | |
{"source":2, "target":9, "value":"77"}, | |
{"source":3, "target":9, "value":"188"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment