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

Method getDataExtent

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

Source from the content-addressed store, hash-verified

792 }
793
794 getDataExtent(dim: DimensionLoose): [number, number] {
795 return this._store.getDataExtent(this._getStoreDimIndex(dim), null);
796 }
797
798 getSum(dim: DimensionLoose): number {
799 return this._store.getSum(this._getStoreDimIndex(dim));

Callers 1

getApproximateExtentMethod · 0.45

Calls 1

_getStoreDimIndexMethod · 0.95

Tested by

no test coverage detected