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

Method getCalculationInfo

src/data/SeriesData.ts:700–704  ·  view source on GitHub ↗
(
        key: CALC_INFO_KEY
    )

Source from the content-addressed store, hash-verified

698 }
699
700 getCalculationInfo<CALC_INFO_KEY extends keyof DataCalculationInfo<HostModel>>(
701 key: CALC_INFO_KEY
702 ): DataCalculationInfo<HostModel>[CALC_INFO_KEY] {
703 return this._calculationInfo[key];
704 }
705
706 /**
707 * @param key or k-v object

Callers 10

prepareDataCoordInfoFunction · 0.80
getStackedOnPointFunction · 0.80
renderMethod · 0.80
createProgressiveLayoutFunction · 0.80
pointsLayoutFunction · 0.80
findPointFromSeriesFunction · 0.80
isDimensionStackedFunction · 0.80
getStackedDimensionFunction · 0.80
dataStackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected