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

Method select

src/model/Series.ts:602–604  ·  view source on GitHub ↗
(innerDataIndices: number[], dataType?: SeriesDataType)

Source from the content-addressed store, hash-verified

600
601 // PENGING If selectedMode is null ?
602 select(innerDataIndices: number[], dataType?: SeriesDataType): void {
603 this._innerSelect(this.getData(dataType), innerDataIndices);
604 }
605
606 unselect(innerDataIndices: number[], dataType?: SeriesDataType): void {
607 const selectedMap = this.option.selectedMap;

Callers 3

toggleSelectMethod · 0.95
IFunction · 0.45
updateListSelectedHintFunction · 0.45

Calls 2

_innerSelectMethod · 0.95
getDataMethod · 0.95

Tested by

no test coverage detected