MCPcopy
hub / github.com/apache/echarts / stop

Method stop

test/runTest/runtime/ActionPlayback.js:142–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140
141
142 stop() {
143 if (this._timer) {
144 clearTimeout(this._timer);
145 this._timer = 0;
146 }
147 }
148
149 async _update(takeScreenshot, actionName) {
150 let op = this._ops[this._currentOpIndex];

Callers 13

runActionMethod · 0.95
testHelper.jsFile · 0.80
stopRecordingFunction · 0.80
gFunction · 0.80
jquery.min.jsFile · 0.80
main.jsFile · 0.80
onmousemoveMethod · 0.80
onmousemoveFunction · 0.80
_mousemoveHandlerMethod · 0.80
_checkTriggerMoveZoomMethod · 0.80
onmousemoveMethod · 0.80
_onDragMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected