MCPcopy
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

renderMethod · 0.95
removeMethod · 0.95
disposeMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected