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

Method remove

src/chart/map/MapView.ts:102–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 remove(): void {
103 this._clearMapDraw();
104 this.group.removeAll();
105 }
106
107 dispose(): void {
108 this._clearMapDraw();

Callers

nothing calls this directly

Calls 1

_clearMapDrawMethod · 0.95

Tested by

no test coverage detected