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
But when I move so fast, some cells are not captured.
For example,
I drag from [0, 9, 50] to [0, 0, 22].
But [0, 6, 35], [0, 4, 3] are not captured.
What should I do?
The text was updated successfully, but these errors were encountered:
I want to select some cells by drag&drop.(mouse down, mouse move, mouse up)
This is my example: https://codesandbox.io/p/sandbox/echarts-for-react-ymj34y
But when I move so fast, some cells are not captured.

For example,
I drag from
[0, 9, 50]
to[0, 0, 22]
.But
[0, 6, 35]
,[0, 4, 3]
are not captured.What should I do?
The text was updated successfully, but these errors were encountered: