Created
May 15, 2019 20:39
-
-
Save zross/2b301ffc2b5b050118a8d12bff8ae90d to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"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