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

Method updateLayout

src/chart/helper/EffectLine.ts:252–257  ·  view source on GitHub ↗
(lineData: SeriesData, idx: number)

Source from the content-addressed store, hash-verified

250
251
252 updateLayout(lineData: SeriesData, idx: number) {
253 (this.childAt(0) as Line).updateLayout(lineData, idx);
254
255 const effectModel = lineData.getItemModel<LineDrawModelOption>(idx).getModel('effect');
256 this._updateEffectAnimation(lineData, effectModel, idx);
257 }
258}
259export default EffectLine;

Callers

nothing calls this directly

Calls 4

getItemModelMethod · 0.80
updateLayoutMethod · 0.65
getModelMethod · 0.45

Tested by

no test coverage detected