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

Method getSum

src/data/SeriesData.ts:798–800  ·  view source on GitHub ↗
(dim: DimensionLoose)

Source from the content-addressed store, hash-verified

796 }
797
798 getSum(dim: DimensionLoose): number {
799 return this._store.getSum(this._getStoreDimIndex(dim));
800 }
801
802 getMedian(dim: DimensionLoose): number {
803 return this._store.getMedian(this._getStoreDimIndex(dim));

Callers

nothing calls this directly

Calls 1

_getStoreDimIndexMethod · 0.95

Tested by

no test coverage detected