Skip to content

Instantly share code, notes, and snippets.

@BRMatt
Created May 31, 2018 10:12
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 BRMatt/d7c76c0329c85278b6a9fb99bd632a7a to your computer and use it in GitHub Desktop.
Save BRMatt/d7c76c0329c85278b6a9fb99bd632a7a to your computer and use it in GitHub Desktop.
{
"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