I am trying to set up the vertical lines- extending the ticks on the X axis. What I do is to
axisX:
{
categoricalValues: ["Jan", "Feb", "Mar", "Apr", "May", "Jun"],
plotStripColor: 'red',
plotStripDashStyle: 'ShortDashDot'
},
I need the lines to be red andhave picked up the 'ShortDashDot' style which isn't quite important. I cannot make the lines to appear, althoug i used the Solid and the other values. What could be wrong?