Skip to content

Instantly share code, notes, and snippets.

@MikeHarris105
Created December 18, 2020 09:51
Show Gist options
  • Save MikeHarris105/8c52696b6e73cc3b3644db9393245dbe to your computer and use it in GitHub Desktop.
Save MikeHarris105/8c52696b6e73cc3b3644db9393245dbe to your computer and use it in GitHub Desktop.
{
"orientation": "horizontal",
"item": {
"label": "Revenue 2014 YTD",
"sublabel": "(U.S. $ in thousands)",
"axis": {
"point": ["0", "200", "400", "600", "800", "1000"]
},
"range": {
"red": {
"start": 0,
"end": 300
},
"amber": {
"start": 301,
"end": 800
},
"green": {
"start": 801,
"end": 1000
}
},
"measure": {
"current": {
"start": "0",
"end": "800"
},
"projected": {
"start": "100",
"end": "900"
}
},
"comparative": {
"point": "850"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment