MCPcopy
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

setDecalFunction · 0.80
setLabelFunction · 0.80
resetFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected