Skip to content

Instantly share code, notes, and snippets.

@zross
Created May 15, 2019 20:39
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 zross/2b301ffc2b5b050118a8d12bff8ae90d to your computer and use it in GitHub Desktop.
Save zross/2b301ffc2b5b050118a8d12bff8ae90d to your computer and use it in GitHub Desktop.
[
{
"name": "Germany",
"series": [
{
"name": "2010",
"value": 7300000
},
{
"name": "2011",
"value": 8940000
}
]
},
{
"name": "USA",
"series": [
{
"name": "2010",
"value": 7870000
},
{
"name": "2011",
"value": 8270000
}
]
},
{
"name": "France",
"series": [
{
"name": "2010",
"value": 5000002
},
{
"name": "2011",
"value": 5800000
}
]
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment