Skip to content

Instantly share code, notes, and snippets.

@craigcoles
Created November 4, 2015 13:50
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 craigcoles/10296bdff86d2fc8a218 to your computer and use it in GitHub Desktop.
Save craigcoles/10296bdff86d2fc8a218 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