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

Method add

src/chart/parallel/ParallelView.ts:85–88  ·  view source on GitHub ↗
(newDataIndex: number)

Source from the content-addressed store, hash-verified

83 .execute();
84
85 function add(newDataIndex: number) {
86 const line = addEl(data, dataGroup, newDataIndex, dimensions, coordSys);
87 updateElCommon(line, data, newDataIndex, seriesScope);
88 }
89
90 function update(newDataIndex: number, oldDataIndex: number) {
91 const line = oldData.getItemGraphicEl(oldDataIndex) as graphic.Polyline;

Callers 15

_updateLineDrawMethod · 0.45
renderMethod · 0.45
renderEdgesMethod · 0.45
_renderOnGridLikeMethod · 0.45
_renderOnGeoMethod · 0.45
renderMethod · 0.45
dualTravelMethod · 0.45
doRenderNodeMethod · 0.45
renderRollUpMethod · 0.45
_updateSymbolDrawMethod · 0.45
initMethod · 0.45
renderMethod · 0.45

Calls 2

addElFunction · 0.85
updateElCommonFunction · 0.85

Tested by

no test coverage detected