You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to set moveOnMouseMove to false when 1s long press(mousedown), so I tried to use dispatchAction. And when mouseup, moveOnMouseMove set to true. But this method doesn't work. I also try to use setOption, but the chart will reload that not stay the current position. So I want to know how to achieve disable moveOnMouseMove while trigger click event.
I would like to set
moveOnMouseMove
to false when 1s long press(mousedown), so I tried to usedispatchAction
. And when mouseup,moveOnMouseMove
set to true. But this method doesn't work. I also try to usesetOption
, but the chart will reload that not stay the current position. So I want to know how to achieve disablemoveOnMouseMove
while trigger click event.The text was updated successfully, but these errors were encountered: