(rangeInfoList: BrushSelectableArea[])
| 138 | // If no supported brush or no brush on the series, |
| 139 | // all visuals should be in original state. |
| 140 | function brushed(rangeInfoList: BrushSelectableArea[]): boolean { |
| 141 | return !!rangeInfoList.length; |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Logic for each series: (If the logic has to be modified one day, do it carefully!) |
no outgoing calls
no test coverage detected
searching dependent graphs…