Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
snapshot
Function · 0.80
thumb.js
File · 0.80
Fa
Function · 0.80
runTestPage
Function · 0.80
runTests
Function · 0.80
onclick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected