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

Method constructor

src/chart/helper/EffectLine.ts:55–60  ·  view source on GitHub ↗
(lineData: SeriesData, idx: number, seriesScope: LineDrawSeriesScope)

Source from the content-addressed store, hash-verified

53 private _symbolScale: number[];
54
55 constructor(lineData: SeriesData, idx: number, seriesScope: LineDrawSeriesScope) {
56 super();
57 this.add(this.createLine(lineData, idx, seriesScope));
58
59 this._updateEffectSymbol(lineData, idx);
60 }
61
62 createLine(lineData: SeriesData, idx: number, seriesScope: LineDrawSeriesScope): graphic.Group {
63 return new Line(lineData, idx, seriesScope);

Callers

nothing calls this directly

Calls 3

createLineMethod · 0.95
_updateEffectSymbolMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected