{
"chart": {
"type": "spline",
"panning": true,
"animation": false,
"reflow": false,
"events": {}
},
"plotOptions": {
"series": {
"lineWidth": 3,
"cursor": "pointer",
"states": {
"hover": {
"enabled": false,
"marker": {
"enabled": false
}
}
},
"point": {
"events": {}
}
}
},
"xAxis": {
"categories": [] // "00:00" to "23:00",
"gridLineWidth": 1,
"gridLineColor": "#efefef",
"minRange": 5,
"lineWidth": 3
},
"yAxis": {
"title": {
"text": ""
},
"gridLineWidth": 1,
"gridLineColor": "#efefef",
"style": {
"display": "none"
},
"minRange": 6
}
}
https://i.sstatic.net/hpfZV.png
Is there a way to adjust the positioning of the data points so they align with the vertical gridlines on the x-axis background? I've included my current Highcharts configuration below for reference.
Appreciate any help or advice, thanks!