Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/echarts
/ dispose
Method
dispose
src/chart/map/MapView.ts:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
dispose(): void {
108
this._clearMapDraw();
109
}
110
111
private _clearMapDraw(): void {
112
this._mapDraw && this._mapDraw.remove();
Callers
nothing calls this directly
Calls
1
_clearMapDraw
Method · 0.95
Tested by
no test coverage detected