MCPcopy Index your code
hub / github.com/apache/echarts / getMedian

Method getMedian

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

Source from the content-addressed store, hash-verified

800 }
801
802 getMedian(dim: DimensionLoose): number {
803 return this._store.getMedian(this._getStoreDimIndex(dim));
804 }
805 /**
806 * Get value for multi dimensions.
807 * @param dimensions If ignored, using all dimensions.

Callers

nothing calls this directly

Calls 1

_getStoreDimIndexMethod · 0.95

Tested by

no test coverage detected