Created
July 17, 2019 09:52
-
-
Save swapnilmr/2cf19adcbb63d3397e8ad5ec5de1cd4f 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": "Monthly Shipments" | |
}, | |
"subtitle": { | |
"text": " " | |
}, | |
"exporting": {}, | |
"yAxis": { | |
"title": { | |
"text": "" | |
}, | |
"gridLineDashStyle": "Dash", | |
"labels": {} | |
}, | |
"series": [ | |
{ | |
"name": "Shipments", | |
"turboThreshold": 0, | |
"marker": {} | |
} | |
], | |
"plotOptions": { | |
"series": { | |
"dataLabels": { | |
"enabled": false, | |
"style": { | |
"color": "contrast", | |
"fontSize": "11px", | |
"fontWeight": "bold", | |
"textOutline": "1px 1px contrast" | |
} | |
}, | |
"animation": false | |
} | |
}, | |
"data": { | |
"csv": "\"Month\";\"Shipments\"\n\"Jan 19\";940\n\"Feb 19\";738\n\"Mar 19\";506\n\"Apr 19\";750\n\"May 19\";672\n\"Jun 19\";405", | |
"googleSpreadsheetKey": false, | |
"googleSpreadsheetWorksheet": false | |
}, | |
"legend": { | |
"enabled": false | |
}, | |
"colors": [ | |
"#0065b2" | |
], | |
"pane": { | |
"background": [] | |
}, | |
"responsive": { | |
"rules": [] | |
}, | |
"xAxis": { | |
"gridLineDashStyle": "Solid", | |
"title": {}, | |
"labels": {} | |
}, | |
"chart": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment