Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/echarts
/ dispose
Method
dispose
src/component/axisPointer/BaseAxisPointer.ts:204–206 ·
view source on GitHub ↗
* @implement
(api: ExtensionAPI)
Source
from the content-addressed store, hash-verified
202
* @implement
203
*/
204
dispose(api: ExtensionAPI) {
205
this.clear(api);
206
}
207
208
/**
209
* @protected
Callers
nothing calls this directly
Calls
1
clear
Method · 0.95
Tested by
no test coverage detected