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

Method coordDimToDataDim

src/model/Series.ts:583–585  ·  view source on GitHub ↗

* Use `data.mapDimensionsAll(coordDim)` instead. * @deprecated

(coordDim: DimensionName)

Source from the content-addressed store, hash-verified

581 * @deprecated
582 */
583 coordDimToDataDim(coordDim: DimensionName): DimensionName[] {
584 return this.getRawData().mapDimensionsAll(coordDim);
585 }
586
587 /**
588 * Get progressive rendering count each step

Callers

nothing calls this directly

Calls 2

getRawDataMethod · 0.95
mapDimensionsAllMethod · 0.80

Tested by

no test coverage detected