Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getSeriesCount
Method
getSeriesCount
src/model/Global.ts:792–794 ·
view source on GitHub ↗
* Count series before filtered.
()
Source
from the content-addressed store, hash-verified
790
* Count series before filtered.
791
*/
792
getSeriesCount(): number {
793
return
this._componentsCount.get(
'series'
);
794
}
795
796
/**
797
* After filtering, series may be different
Callers
3
setDecal
Function · 0.80
setLabel
Function · 0.80
reset
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected