Skip to content

Instantly share code, notes, and snippets.

@MikeHarris105
Created April 6, 2020 08:51
Show Gist options
  • Save MikeHarris105/3ccf9ed24f38e2dce0780c5b5d0965e9 to your computer and use it in GitHub Desktop.
Save MikeHarris105/3ccf9ed24f38e2dce0780c5b5d0965e9 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": 400
},
"amber": {
"start": 401,
"end": 700
},
"green": {
"start": 701,
"end": 1000
}
},
"measure": {
"current": {
"start": "0",
"end": "500"
},
"projected": {
"start": "100",
"end": "900"
}
},
"comparative": {
"point": "600"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment