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

Function linkOthers

src/component/brush/visualEncoding.ts:134–136  ·  view source on GitHub ↗
(seriesIndex: number)

Source from the content-addressed store, hash-verified

132 });
133
134 function linkOthers(seriesIndex: number): boolean {
135 return brushLink === 'all' || !!linkedSeriesMap[seriesIndex];
136 }
137
138 // If no supported brush or no brush on the series,
139 // all visuals should be in original state.

Callers 3

stepAParallelFunction · 0.85
stepAOthersFunction · 0.85
brushVisualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…