Skip to content

Instantly share code, notes, and snippets.

@MikeHarris105
Last active July 10, 2020 10:35
Show Gist options
  • Save MikeHarris105/70fb2d620a018f24d5fb526a2b52dce7 to your computer and use it in GitHub Desktop.
Save MikeHarris105/70fb2d620a018f24d5fb526a2b52dce7 to your computer and use it in GitHub Desktop.
{
"x_axis": {
"labels": [
"2000",
"2001",
"2002",
"2003",
"2004",
"2005",
"2006"
]
},
"y_axis": {
"format": "currency",
"unit": "USD"
},
"series": [
{
"data": [
1000,
1500,
30600,
28800,
22300,
36900,
34000
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment