0

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

http://jsfiddle.net/pradeepbhat92/VuDJ7/

Drfrink
  • 404
  • 1
  • 9
  • 25

1 Answers1

0

You would like to get gridLines position or add your custom lines? In second part of question, you can use plotLines.

http://api.highcharts.com/highstock#yAxis.plotLines

Sebastian Bochan
  • 37,348
  • 3
  • 49
  • 75