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

Method onmousemove

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

Source from the content-addressed store, hash-verified

273 drift: onDrift,
274 ondragend: onDragEnd,
275 onmousemove(e) {
276 eventTool.stop(e.event);
277 }
278 });
279 handleThumb.x = itemSize[0] / 2;
280

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected