Skip to content

Instantly share code, notes, and snippets.

@nampereira
Created September 2, 2019 15:03
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 nampereira/aa149224c3bf4719346c4f96c487ff50 to your computer and use it in GitHub Desktop.
Save nampereira/aa149224c3bf4719346c4f96c487ff50 to your computer and use it in GitHub Desktop.
{
"nodes":[
{
"name":"Y1Q1",
"id":"Y1Q1"
},
{
"name":"Y1Q2",
"id":"Y1Q2"
},
{
"name":"Y1Q3",
"id":"Y1Q3"
},
{
"name":"Y1Q4",
"id":"Y1Q4"
},
{
"name":"Y2Q1",
"id":"Y2Q1"
},
{
"name":"Y2Q2",
"id":"Y2Q2"
},
{
"name":"Intel",
"id":"Intel"
}
],
"links":[
{
"source":"Y1Q1",
"target":"Intel",
"value":21
},
{
"source":"Y1Q2",
"target":"Intel",
"value":28
},
{
"source":"Y1Q3",
"target":"Intel",
"value":18
},
{
"source":"Y1Q4",
"target":"Intel",
"value":17
},
{
"source":"Y2Q1",
"target":"Intel",
"value":30
},
{
"source":"Y2Q2",
"target":"Intel",
"value":12
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment