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

Function getDataDimCountOnCoordDim

src/data/helper/sourceHelper.ts:176–179  ·  view source on GitHub ↗
(coordDimInfo: CoordDimensionDefinition)

Source from the content-addressed store, hash-verified

174 }
175
176 function getDataDimCountOnCoordDim(coordDimInfo: CoordDimensionDefinition) {
177 const dimsDef = coordDimInfo.dimsDef;
178 return dimsDef ? dimsDef.length : 1;
179 }
180
181 encodeItemName.length && (encode.itemName = encodeItemName);
182 encodeSeriesName.length && (encode.seriesName = encodeSeriesName);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…