Place flags on specific pane in multi pane charts
It would be great to allow the user to place a flag on the OHLC pane of the graph in this example http://www.highcharts.com/stock/demo/candlestick-and-volume rather than the bottom pane. I have already tried doing this using the "yAxis" attribute of my series but the only yAxis hat works is yAxis[0]. If you know of a work around that would be great as well.
6
votes
Johnny Guillen
shared this idea
Implemented since v7:
-
Johnny Guillen commented
currently I am just setting the y attribute of the series to -100 but would not like the line to show on the volume pane.