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

Method close

src/component/toolbox/feature/DataView.ts:392–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 const self = this;
391
392 function close() {
393 container.removeChild(root);
394 self._dom = null;
395 }
396 addEventListener(closeButton, 'click', close);
397
398 addEventListener(refreshButton, 'click', function () {

Callers 6

snapshotFunction · 0.80
thumb.jsFile · 0.80
FaFunction · 0.80
runTestPageFunction · 0.80
runTestsFunction · 0.80
onclickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected