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

Function stopRecording

test/lib/testHelper.js:3414–3419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3412 }
3413
3414 function stopRecording() {
3415 if (recorder) {
3416 chart.getZr().refreshImmediately = oldRefreshImmediately;
3417 recorder.stop();
3418 }
3419 }
3420 }
3421
3422 /**

Callers

nothing calls this directly

Calls 2

stopMethod · 0.80
getZrMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…