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

Function getStackedDimension

src/data/helper/dataStackHelper.ts:233–237  ·  view source on GitHub ↗
(data: SeriesData, targetDim: string)

Source from the content-addressed store, hash-verified

231}
232
233export function getStackedDimension(data: SeriesData, targetDim: string): DimensionName {
234 return isDimensionStacked(data, targetDim)
235 ? data.getCalculationInfo('stackResultDimension')
236 : targetDim;
237}

Callers 2

markLineTransformFunction · 0.90
getDataDimensionsOnAxisFunction · 0.90

Calls 2

isDimensionStackedFunction · 0.85
getCalculationInfoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…