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

Function brushed

src/component/brush/visualEncoding.ts:140–142  ·  view source on GitHub ↗
(rangeInfoList: BrushSelectableArea[])

Source from the content-addressed store, hash-verified

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!)

Callers 2

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…