Last active
April 8, 2018 02:36
-
-
Save novalagung/b0beb72db9852dd0404ff269e48ece9d 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
| { | |
| "IsError": false, | |
| "Message": "", | |
| "Total": 0, | |
| "Data": [{ | |
| "Name": "India", | |
| "Data": [-31.40778, 109.20522, 27.4362, -17.03341, 0, 0], | |
| "Budget": [42.09632, 41.54066, 44.14146, 44.0145, 0, 0], | |
| "Forecast": 0, | |
| "TooltipData": [ // chart tooltip | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, // for data index 0 | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, // for data index 1 | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, // for data index 2 | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, // for data index 3 | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 } // for data index 4 | |
| ] | |
| }, { | |
| "Name": "Hongkong", | |
| "Data": [443.77822, 502.28074, 504.98627, 512.74436, 0, 0], | |
| "Budget": [557.8519, 549.00478, 543.27864, 567.95376, 0, 0], | |
| "Forecast": 0, | |
| "TooltipData": [ | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 } | |
| ] | |
| }, { | |
| "Name": "Budget", | |
| "Data": [599.94822, 590.5454400000001, 587.4200999999999, 611.96826, 0, 0], | |
| "Budget": null, | |
| "Forecast": 0, | |
| "TooltipData": [ | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 }, | |
| { "c1M": -1, "c1vM": 94.4, "c2M": 0, "c2vM": 40.23 } | |
| ] | |
| }], | |
| "Categories": ["Sep 16", "Oct 16", "Nov 16", "Dec 16", "Jan 17", "Feb 17"], | |
| "LineData": [42, 23, 42, 12, 34, 53], // only for widget "Staff Cost vs. Headcount", "Loans: Impairments & Non Performing", "Customer Assets & NIM", "Customer Liabilities & NIM", "RWA / RoRWA" | |
| "GridData": [{ | |
| "Name": "India", | |
| "Actual": 33.79, | |
| "vsC1": 1.23, | |
| "vsC2": 2.23, | |
| "RollingQonQ": 2.1, | |
| "StepUp": 42 | |
| }, { | |
| "Name": "Hongkong", | |
| "Actual": 33.79, | |
| "vsC1": 1.23, | |
| "vsC2": 2.23, | |
| "RollingQonQ": 2.1, | |
| "StepUp": 42 | |
| }], | |
| "StartTime": "0001-01-01T00:00:00Z", | |
| "Action": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment