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

Method createLine

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

Source from the content-addressed store, hash-verified

60 }
61
62 createLine(lineData: SeriesData, idx: number, seriesScope: LineDrawSeriesScope): graphic.Group {
63 return new Line(lineData, idx, seriesScope);
64 }
65
66 private _updateEffectSymbol(lineData: SeriesData, idx: number) {
67 const itemModel = lineData.getItemModel<LineDrawModelOption>(idx);

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected