Skip to content

Instantly share code, notes, and snippets.

@swapnilmr
Created July 17, 2019 09:55
Show Gist options
  • Save swapnilmr/84a937a5557506f9e925b2107d78fdb0 to your computer and use it in GitHub Desktop.
Save swapnilmr/84a937a5557506f9e925b2107d78fdb0 to your computer and use it in GitHub Desktop.
{
"title": {
"text": "Arrival on time %"
},
"subtitle": {
"text": " "
},
"exporting": {},
"yAxis": {
"title": {
"text": ""
},
"labels": {}
},
"series": [
{
"name": "ETA",
"turboThreshold": 0,
"marker": {}
},
{
"name": "ATA",
"turboThreshold": 0
}
],
"plotOptions": {
"series": {
"animation": false,
"dataLabels": {
"enabled": false
}
}
},
"data": {
"csv": "\"Carrier\";\"ETA\";\"ATA\"\n\"Maersk Line\";78;84\n\"MSC\";69;65\n\"CMA CGM\";71;69\n\"COSCO\";64;65\n\"Hapag-Lloyd\";62;69\n\"Hamburg\";73;63\n\"Hyundai\";64;71",
"googleSpreadsheetKey": false,
"googleSpreadsheetWorksheet": false
},
"chart": {},
"colors": [
"#0065b2",
"#65b200"
],
"xAxis": {
"title": {},
"labels": {}
},
"legend": {},
"tooltip": {},
"lang": {},
"credits": {
"enabled": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment