MCPcopy
hub / github.com/apache/echarts / processRemove

Function processRemove

src/chart/custom/CustomView.ts:1478–1482  ·  view source on GitHub ↗
(this: DataDiffer<DiffGroupContext>, oldIndex: number)

Source from the content-addressed store, hash-verified

1476}
1477
1478function processRemove(this: DataDiffer<DiffGroupContext>, oldIndex: number): void {
1479 const context = this.context;
1480 const child = context.oldChildren[oldIndex];
1481 child && applyLeaveTransition(child, customInnerStore(child).option, context.seriesModel);
1482}
1483
1484/**
1485 * @return SVG Path data.

Callers

nothing calls this directly

Calls 1

applyLeaveTransitionFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…