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

Function removeChart

test/ut/core/utHelper.ts:63–65  ·  view source on GitHub ↗
(chart: EChartsType)

Source from the content-addressed store, hash-verified

61};
62
63export function removeChart(chart: EChartsType): void {
64 chart.dispose();
65};
66
67export const extend = zrUtilExtend;
68

Callers 2

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…