agrobbin / highcharts-js-rails

Easily configure a Highcharts JS chart for use in a Rails application
MIT License
16 stars 8 forks source link

plotBands does not accept an array of hashes. #7

Open neena opened 10 years ago

neena commented 10 years ago

I'm making a chart which has coloured bands on the yAxis like this: http://www.highcharts.com/demo/spline-plot-bands http://api.highcharts.com/highcharts#yAxis.plotBands

But the plotBands on the yAxis only accepts a hash, meaning I can't put multiple bands on the same chart.