Created
December 18, 2020 09:51
-
-
Save MikeHarris105/8c52696b6e73cc3b3644db9393245dbe 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": 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