Home Forums Chart Support combining candlestick chart and line chart (moving average line) Reply To: combining candlestick chart and line chart (moving average line)

#20220

Regarding zoom and pan feature–

I am able to do zoom and scroll, but except one functionality.
The Y axis doesn’t re-scale as I move the chart after zooming (in your example in docs, it is behaving correctly).
I have added the following code:-
animationEnabled: true,
zoomEnabled: true,

To my surprise, when I created jsfiddle for zomm and pane with the same code, resizing of Y axis is working in the fiddle.
But not in a separate browser window.

What may be the reason? Pl. help.
Thanks.