MCPcopy Index your code
hub / github.com/apache/echarts / onmousemove

Function onmousemove

src/component/visualMap/ContinuousView.ts:941–944  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

939 cursor: cursor,
940 drift: onDrift,
941 onmousemove(e) {
942 // For mobile device, prevent screen slider on the button.
943 eventTool.stop(e.event);
944 },
945 ondragend: onDragEnd
946 });
947}

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…