You must be logged in to post your query.
Home › Forums › StockChart Support › rangeChanged is getting fires on drag multiple times
Tagged: Range, slider, StockChart, StockChart support
Hi , I am using stock chart in my react app and rendering multiple chart in stock charts, the problem i am facing is that whenever i am changing using slider range changed function is called on each drag, but required behavior is it should get called whenever i am done dragging the slider.
Is this issue specific to canvas js react implementation ? please suggest the possible solution
@gaurav-sharma6,
This behavior is by design. By default, dynamicUpdate property is set to true because of which the StockChart is updated dynamically while updating range using Slider. You can override this behavior by setting the dynamicUpdate property to false.
— Shashi Ranjan Team CanvasJS
You must be logged in to reply to this topic. Login/Register