Created
July 17, 2019 09:54
-
-
Save swapnilmr/0d931f3b7ec900af7b6d001f62bbf773 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
{ | |
"title": { | |
"text": "Pending Shipments Step Distribution" | |
}, | |
"subtitle": { | |
"text": "" | |
}, | |
"exporting": {}, | |
"chart": { | |
"type": "pie", | |
"polar": false | |
}, | |
"plotOptions": { | |
"pie": { | |
"allowPointSelect": true, | |
"cursor": true, | |
"innerSize": "60%", | |
"dataLabels": { | |
"enabled": true | |
} | |
}, | |
"series": { | |
"animation": false, | |
"dataLabels": { | |
"enabled": false | |
} | |
} | |
}, | |
"series": [ | |
{ | |
"name": "Shipments", | |
"turboThreshold": 0 | |
} | |
], | |
"data": { | |
"csv": "\"Step\";\"Shipments\"\n\"Planning\";57\n\"BL Pending\";36\n\"In Transit\";39\n\"At Destination\";46", | |
"googleSpreadsheetKey": false, | |
"googleSpreadsheetWorksheet": false | |
}, | |
"yAxis": { | |
"title": { | |
"text": "" | |
} | |
}, | |
"colors": [ | |
"#00756d", | |
"#00a096", | |
"#43c6bd", | |
"#9fe2dd" | |
], | |
"legend": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment