Home Forums StockChart Support zoom reset not working after call to render Reply To: zoom reset not working after call to render

#37671

@scroteau,

Clicking the reset button of an individual chart will reset the axis range to its previous state just before rendering the stockchart. In your case, you are calling stockchart.render() within rangeChanged event. Once the reset button is clicked, it gets the axis range values from viewportMinimum & viewportMaximum just before calling render, i.e. updated values from the slider.


Adithya Menon
Team CanvasJS