MCPcopy Index your code
hub / github.com/apache/echarts / constructor

Method constructor

src/chart/helper/EffectSymbol.ts:61–70  ·  view source on GitHub ↗
(data: SeriesData, idx: number)

Source from the content-addressed store, hash-verified

59 private _effectCfg: RippleEffectCfg;
60
61 constructor(data: SeriesData, idx: number) {
62 super();
63
64 const symbol = new SymbolClz(data, idx);
65 const rippleGroup = new Group();
66 this.add(symbol);
67 this.add(rippleGroup);
68
69 this.updateData(data, idx);
70 }
71
72
73 stopEffectAnimation() {

Callers

nothing calls this directly

Calls 2

updateDataMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected