Created
July 17, 2019 09:53
-
-
Save swapnilmr/6be6824206b9410d37e88ff5c66fcceb 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": "Origin Performance" | |
}, | |
"subtitle": { | |
"text": " " | |
}, | |
"exporting": {}, | |
"chart": { | |
"type": "column", | |
"inverted": true, | |
"polar": false | |
}, | |
"plotOptions": { | |
"series": { | |
"stacking": "percent", | |
"dataLabels": { | |
"style": { | |
"color": "contrast", | |
"fontSize": "11px", | |
"fontWeight": "regular", | |
"textOutline": "1px 1px contrast" | |
} | |
} | |
} | |
}, | |
"series": [ | |
{ | |
"name": "On Time", | |
"turboThreshold": 0 | |
}, | |
{ | |
"name": "> 1 Day", | |
"turboThreshold": 0 | |
}, | |
{ | |
"name": "> 3 Days", | |
"turboThreshold": 0 | |
}, | |
{ | |
"name": "> 7 Days", | |
"turboThreshold": 0 | |
} | |
], | |
"data": { | |
"csv": "\"Port of Landing\";\"On Time\";\"> 1 Day\";\"> 3 Days\";\"> 7 Days\"\n\"Al Jubayl\";40;24;13;3\n\"Baltimore\";26;15;8;1\n\"Chennai\";64;37;26;3\n\"Felixstowe\";23;14;9;4\n\"Nhava Sheva\";136;85;54;25\n\"New Mangalore\";102;56;43;8\n\"Newark-Elizabeth\";32;19;10;2\n\"Saint Petersburg\";46;23;19;1\n\"Sharjah\";57;38;25;4\n\"Vishakhapatnam\";46;32;12;5\n\"Zhongshan\";25;21;9;3", | |
"googleSpreadsheetKey": false, | |
"googleSpreadsheetWorksheet": false | |
}, | |
"colors": [ | |
"#a8d36f", | |
"#80b2d8", | |
"#b494de", | |
"#df959a" | |
], | |
"pane": { | |
"background": [] | |
}, | |
"responsive": { | |
"rules": [] | |
}, | |
"yAxis": { | |
"gridLineDashStyle": "dash", | |
"title": { | |
"text": "" | |
}, | |
"reversed": false, | |
"reversedStacks": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment