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

Function pushDim

src/data/helper/sourceHelper.ts:170–174  ·  view source on GitHub ↗
(dimIdxArr: DimensionIndex[], idxFrom: number, idxCount: number)

Source from the content-addressed store, hash-verified

168 });
169
170 function pushDim(dimIdxArr: DimensionIndex[], idxFrom: number, idxCount: number) {
171 for (let i = 0; i < idxCount; i++) {
172 dimIdxArr.push(idxFrom + i);
173 }
174 }
175
176 function getDataDimCountOnCoordDim(coordDimInfo: CoordDimensionDefinition) {
177 const dimsDef = coordDimInfo.dimsDef;

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…