Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ stopEffectAnimation
Method
stopEffectAnimation
src/chart/helper/EffectSymbol.ts:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
73
stopEffectAnimation() {
74
(this.childAt(1) as Group).removeAll();
75
}
76
77
startEffectAnimation(effectCfg: RippleEffectCfg) {
78
const
symbolType = effectCfg.symbolType;
Callers
2
updateEffectAnimation
Method · 0.95
updateData
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected