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

Function stepAParallel

src/component/brush/visualEncoding.ts:166–176  ·  view source on GitHub ↗
(seriesModel: ParallelSeriesModel, seriesIndex: number)

Source from the content-addressed store, hash-verified

164 });
165
166 function stepAParallel(seriesModel: ParallelSeriesModel, seriesIndex: number): void {
167 const coordSys = seriesModel.coordinateSystem;
168 hasBrushExists = hasBrushExists || coordSys.hasAxisBrushed();
169
170 linkOthers(seriesIndex) && coordSys.eachActiveState(
171 seriesModel.getData(),
172 function (activeState, dataIndex) {
173 activeState === 'active' && (selectedDataIndexForLink[dataIndex] = 1);
174 }
175 );
176 }
177
178 function stepAOthers(
179 seriesModel: SeriesModel, seriesIndex: number, rangeInfoList: BrushSelectableArea[]

Callers 1

brushVisualFunction · 0.85

Calls 4

linkOthersFunction · 0.85
hasAxisBrushedMethod · 0.80
eachActiveStateMethod · 0.80
getDataMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…