(seriesIndex: number)
| 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. |
no outgoing calls
no test coverage detected
searching dependent graphs…