Created
July 17, 2019 09:51
-
-
Save swapnilmr/489683c9d1590b5a7f4208893afc4fd8 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": "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