Skip to content

Instantly share code, notes, and snippets.

@swapnilmr
Created July 17, 2019 09:54
Show Gist options
  • Save swapnilmr/0d931f3b7ec900af7b6d001f62bbf773 to your computer and use it in GitHub Desktop.
Save swapnilmr/0d931f3b7ec900af7b6d001f62bbf773 to your computer and use it in GitHub Desktop.
{
"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