Plotbands Target One Of The Two Panes
hi i am using the two panes chart http://www.highcharts.com/stock/demo/candlestick-and-volume i then put a plodBands to that chart , what happened is the Band affect both yAxis li
Solution 1:
When you add a plotBand to the yAxis you can set just higger and lower points. If you put the plotBand on the xAxis it will be displayed on all yAxis. So if you want to plot just on the first axis probably you have to make a new serie with the same style of a plotBand an add to it.
First: You've to create an area serie from the start date to the end date wich all values will be the same of the maximum value of the pane. In my example it's 800. Second: Make sure the maximum value is higher than the highest value of your serie. II didn't do it in my example, so you have to do it on your code. Third: Remove the serie from the legend and from the tooltip setting the enableMouseTracking and showInLegend to false.
Post a Comment for "Plotbands Target One Of The Two Panes"