wds
Posts: 31
Joined: Thu Jul 26, 2012 3:16 pm

Show PlotBands on scoller's chart

Hi,

Is it possible to get the Plotbands to be reflected in the scrollbar chart?

Thanks,

PS: I did a feature request here, perhaps preemptively
http://highcharts.uservoice.com/forums/ ... ller-chart
Fusher
Posts: 7912
Joined: Mon Jan 30, 2012 10:16 am

Re: Show PlotBands on scoller's chart

xAxis and yAxis for navigator is always the last index in chart.xAxis[] and chart.yAxis[]. There you can add some plotband and plotlines using addPlotBand/addPlotLine, or use xAxis/yAxis object in navigator: http://www.highcharts.com/stock/ref/#navigator--xAxis
Paweł Fus
Highcharts Developer
wds
Posts: 31
Joined: Thu Jul 26, 2012 3:16 pm

Re: Show PlotBands on scoller's chart

thanks for the pointer.

Return to “Highcharts Stock”