I'm trying to get a gridline for each category but in my code I set up the categories instead of using the x datetime coordinates.
How would I do this with highstocks?
I tried this with no luck
xAxis: {
type: 'datetime',
dateTimeLabelFormats: {
day: '%b of %Y'
},
labels: {
overflow: 'justify'
},
minorGridLineColor: '#E0E0E0'
},
here is the jsfiddle