Skip to content

Instantly share code, notes, and snippets.

@swapnilmr
Created July 17, 2019 09:52
Show Gist options
  • Save swapnilmr/2cf19adcbb63d3397e8ad5ec5de1cd4f to your computer and use it in GitHub Desktop.
Save swapnilmr/2cf19adcbb63d3397e8ad5ec5de1cd4f to your computer and use it in GitHub Desktop.
{
"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