Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
export
function
removeChart(chart: EChartsType): void {
64
chart.dispose();
65
};
66
67
export
const
extend = zrUtilExtend;
68
Callers
2
dataTransform.test.ts
File · 0.90
containPixel.test.ts
File · 0.90
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…