I'm experiencing the same issue, and I was hoping that eventually solved it. I've also tried changing the splat function, but that didn't help either.
Currently I have a StockChart with 1 y-axis (left side), 1 x-axis (bottom), a navigator, and the zoom functionality. What I'd like to achieve is adding another y-axis on the opposite/right side of the chart for a different series.
Even if I go back to a StockChart without a navigator or zoom component, nothing seems to make the extra y-axis appear (independent of how many series are added to it).
Is there anything else I could try? E.g. creating a separate JSNI array wrapper and set the yAxis option manually, like in a normal Highcharts config: http://jsfiddle.net/D5RQ4/
Any help would be welcome, thanks for your time!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ahoy there.
I'm experiencing the same issue, and I was hoping that eventually solved it. I've also tried changing the splat function, but that didn't help either.
Currently I have a StockChart with 1 y-axis (left side), 1 x-axis (bottom), a navigator, and the zoom functionality. What I'd like to achieve is adding another y-axis on the opposite/right side of the chart for a different series.
Even if I go back to a StockChart without a navigator or zoom component, nothing seems to make the extra y-axis appear (independent of how many series are added to it).
Is there anything else I could try? E.g. creating a separate JSNI array wrapper and set the yAxis option manually, like in a normal Highcharts config: http://jsfiddle.net/D5RQ4/
Any help would be welcome, thanks for your time!