Created
April 6, 2020 08:51
-
-
Save MikeHarris105/3ccf9ed24f38e2dce0780c5b5d0965e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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