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

Method isSeriesFiltered

src/model/Global.ts:855–858  ·  view source on GitHub ↗

* It means "filtered out".

(seriesModel: SeriesModel)

Source from the content-addressed store, hash-verified

853 * It means "filtered out".
854 */
855 isSeriesFiltered(seriesModel: SeriesModel): boolean {
856 assertSeriesInitialized(this);
857 return this._seriesIndicesMap.get(seriesModel.componentIndex) == null;
858 }
859
860 getCurrentSeriesIndices(): number[] {
861 return (this._seriesIndices || []).slice();

Callers 8

buildAllMapSeriesGroupsFunction · 0.80
_updateDataMethod · 0.80
_performStageTasksMethod · 0.80
symbol.tsFile · 0.80
decalVisualFunction · 0.80
resetFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected