MCPcopy Index your code
hub / github.com/apache/echarts / brushSelector

Method brushSelector

src/model/Series.ts:139–139  ·  view source on GitHub ↗

* See `component/brush/selector.js` * Defined the brush selector for this series.

(
        dataIndex: number,
        data: SeriesData,
        selectors: BrushCommonSelectorsForSeries,
        area: BrushSelectableArea
    )

Source from the content-addressed store, hash-verified

137 * Defined the brush selector for this series.
138 */
139 brushSelector(
140 dataIndex: number,
141 data: SeriesData,
142 selectors: BrushCommonSelectorsForSeries,

Callers 1

checkInRangeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected