Open simonho1025 opened 5 months ago
for custom event handle
https://wuba.github.io/react-native-echarts/docs/advanced-guides/use-rngh
for custom event handle
https://wuba.github.io/react-native-echarts/docs/advanced-guides/use-rngh
but may I know how to change moveOnMouseMove
value after long press?
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.