Created
May 31, 2018 10:12
-
-
Save BRMatt/d7c76c0329c85278b6a9fb99bd632a7a 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
{ | |
"x_axis": { | |
"labels": [ | |
"2000", | |
"2001", | |
"2002", | |
"2003", | |
"2004", | |
"2005" | |
] | |
}, | |
"y_axis": { | |
"format": "currency", | |
"unit": "USD" | |
}, | |
"series": [ | |
{ | |
"data": [ | |
1000, | |
1500, | |
30600, | |
28800, | |
22300, | |
36900 | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment