MCPcopy Create free account
hub / github.com/apache/echarts / remove

Method remove

src/chart/boxplot/BoxplotView.ts:126–133  ·  view source on GitHub ↗
(ecModel: GlobalModel)

Source from the content-addressed store, hash-verified

124 }
125
126 remove(ecModel: GlobalModel) {
127 const group = this.group;
128 const data = this._data;
129 this._data = null;
130 data && data.eachItemGraphicEl(function (el) {
131 el && group.remove(el);
132 });
133 }
134}
135
136class BoxPathShape {

Callers

nothing calls this directly

Calls 2

eachItemGraphicElMethod · 0.80
removeMethod · 0.65

Tested by

no test coverage detected