Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ _clearMapDraw
Method
_clearMapDraw
src/chart/map/MapView.ts:111–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
private _clearMapDraw(): void {
112
this._mapDraw && this._mapDraw.remove();
113
this._mapDraw = null;
114
}
115
116
private _renderSymbols(mapModel: MapSeries): void {
117
const
originalData = mapModel.originalData;
Callers
3
render
Method · 0.95
remove
Method · 0.95
dispose
Method · 0.95
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected