Created
April 25, 2017 03:10
-
-
Save novalagung/76e635179dfce984db7604ae3fe23d4b 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
var dataDonut = [{ | |
"category": "CIB", | |
"data": [{ | |
text: "Sub Segment 1", | |
value: 35 | |
}, { | |
text: "Sub Segment 2", | |
value: 25 | |
}, { | |
text: "Sub Segment 3", | |
value: 20 | |
}, { | |
text: "Sub Segment 4", | |
value: 10 | |
}, { | |
text: "Sub Segment 5", | |
value: 10 | |
}] | |
}, { | |
"category": "RB", | |
"data": [{ | |
text: "Sub Segment 1", | |
value: 35 | |
}, { | |
text: "Sub Segment 2", | |
value: 25 | |
}, { | |
text: "Sub Segment 3", | |
value: 20 | |
}, { | |
text: "Sub Segment 4", | |
value: 10 | |
}, { | |
text: "Sub Segment 5", | |
value: 10 | |
}] | |
}, { | |
"category": "CB", | |
"data": [{ | |
text: "Sub Segment 1", | |
value: 35 | |
}, { | |
text: "Sub Segment 2", | |
value: 25 | |
}, { | |
text: "Sub Segment 3", | |
value: 20 | |
}, { | |
text: "Sub Segment 4", | |
value: 10 | |
}, { | |
text: "Sub Segment 5", | |
value: 10 | |
}] | |
}, { | |
"category": "PB", | |
"data": [{ | |
text: "Sub Segment 1", | |
value: 35 | |
}, { | |
text: "Sub Segment 2", | |
value: 25 | |
}, { | |
text: "Sub Segment 3", | |
value: 20 | |
}, { | |
text: "Sub Segment 4", | |
value: 10 | |
}, { | |
text: "Sub Segment 5", | |
value: 10 | |
}] | |
}] |
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
var dataProductTrendView = [{ | |
"Country": "actual", | |
"details": [{ | |
"Country": "Jan '2016", | |
"Value": 391.050660240048, | |
"Count": 391.050660240048, | |
"Sort": 201601, | |
"ComparionOne": 0, | |
"ComparionTwo": 0, | |
"Tooltip": null | |
}, { | |
"Country": "Feb '2016", | |
"Value": 368.54538236434297, | |
"Count": 368.54538236434297, | |
"Sort": 201602, | |
"ComparionOne": 0, | |
"ComparionTwo": 0, | |
"Tooltip": null | |
}] | |
}, { | |
"Country": "budget", | |
"details": [{ | |
"Country": "Jan '2016", | |
"Value": 389.853359590315, | |
"Count": 389.853359590315, | |
"Sort": 201601, | |
"ComparionOne": 0, | |
"ComparionTwo": 0, | |
"Tooltip": null | |
}, { | |
"Country": "Feb '2016", | |
"Value": 366.903299610425, | |
"Count": 366.903299610425, | |
"Sort": 201602, | |
"ComparionOne": 0, | |
"ComparionTwo": 0, | |
"Tooltip": null | |
}] | |
}, { | |
"Country": "forecast", | |
"details": [{ | |
"Country": "Jan '2016", | |
"Value": 389.13472650370096, | |
"Count": 389.13472650370096, | |
"Sort": 201601, | |
"ComparionOne": 0, | |
"ComparionTwo": 0, | |
"Tooltip": null | |
}, { | |
"Country": "Feb '2016", | |
"Value": 366.761579431162, | |
"Count": 366.761579431162, | |
"Sort": 201602, | |
"ComparionOne": 0, | |
"ComparionTwo": 0, | |
"Tooltip": null | |
}] | |
}] |
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
var dataProductView = [{ | |
"category": "Total", | |
"data": [{ | |
"Text": "Product 1", | |
"Value1": 200, | |
"Value2": 240 | |
}, { | |
"Text": "Product 2", | |
"Value1": 120, | |
"Value2": -80 | |
}, { | |
"Text": "Product 3", | |
"Value1": -160, | |
"Value2": 200 | |
}] | |
}, { | |
"category": "CIB", | |
"data": [{ | |
"Text": "Product 1", | |
"Value1": 50, | |
"Value2": 60 | |
}, { | |
"Text": "Product 2", | |
"Value1": 30, | |
"Value2": -20 | |
}, { | |
"Text": "Product 3", | |
"Value1": -40, | |
"Value2": 50 | |
}] | |
}, { | |
"category": "RB", | |
"data": [{ | |
"Text": "Product 1", | |
"Value1": 50, | |
"Value2": 60 | |
}, { | |
"Text": "Product 2", | |
"Value1": 30, | |
"Value2": -20 | |
}, { | |
"Text": "Product 3", | |
"Value1": -40, | |
"Value2": 50 | |
}] | |
}, { | |
"category": "CB", | |
"data": [{ | |
"Text": "Product 1", | |
"Value1": 50, | |
"Value2": 60 | |
}, { | |
"Text": "Product 2", | |
"Value1": 30, | |
"Value2": -20 | |
}, { | |
"Text": "Product 3", | |
"Value1": -40, | |
"Value2": 50 | |
}] | |
}, { | |
"category": "PB", | |
"data": [{ | |
"Text": "Product 1", | |
"Value1": 50, | |
"Value2": 60 | |
}, { | |
"Text": "Product 2", | |
"Value1": 30, | |
"Value2": -20 | |
}, { | |
"Text": "Product 3", | |
"Value1": -40, | |
"Value2": 50 | |
}] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment