MCPcopy
hub / github.com/apache/echarts / remove

Method remove

src/component/axis/AxisView.ts:82–85  ·  view source on GitHub ↗

* @override

(ecModel: GlobalModel, api: ExtensionAPI)

Source from the content-addressed store, hash-verified

80 * @override
81 */
82 remove(ecModel: GlobalModel, api: ExtensionAPI) {
83 const axisPointer = this._axisPointer;
84 axisPointer && axisPointer.remove(api);
85 }
86
87 /**
88 * @override

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected