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