Skip to content

Instantly share code, notes, and snippets.

@swapnilmr
Created July 17, 2019 09:51
Show Gist options
  • Save swapnilmr/489683c9d1590b5a7f4208893afc4fd8 to your computer and use it in GitHub Desktop.
Save swapnilmr/489683c9d1590b5a7f4208893afc4fd8 to your computer and use it in GitHub Desktop.
{
"title": {
"text": "Total shipments by carriers"
},
"subtitle": {
"text": ""
},
"exporting": {},
"chart": {
"type": "column",
"inverted": true,
"polar": false
},
"plotOptions": {
"series": {
"stacking": "normal",
"dataLabels": {
"enabled": true,
"style": {
"color": "contrast",
"fontSize": "11px",
"fontWeight": "regular",
"textOutline": "0px"
}
},
"animation": false
}
},
"series": [
{
"name": "Shipments",
"turboThreshold": 0
}
],
"data": {
"csv": "\"Carrier\";\"Shipments\"\n\"Maersk Line\";305\n\"MSC\";286\n\"CMA CGM\";263\n\"COSCO\";261\n\"Hapag-Lloyd\";185\n\"Hamburg\";129\n\"Hyundai\";85",
"googleSpreadsheetKey": false,
"googleSpreadsheetWorksheet": false
},
"legend": {
"enabled": false
},
"pane": {
"background": []
},
"responsive": {
"rules": []
},
"colors": [
"#76d5cf"
],
"yAxis": {
"gridLineDashStyle": "Dash",
"title": {
"text": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment