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

Method getLocatorCount

src/coord/matrix/MatrixDim.ts:433–435  ·  view source on GitHub ↗

* Get leaf count or get level count.

(dimIdx: number)

Source from the content-addressed store, hash-verified

431 * Get leaf count or get level count.
432 */
433 getLocatorCount(dimIdx: number): number {
434 return dimIdx === this.dimIdx ? this._leavesCount : this._levels.length;
435 }
436
437 getOrdinalMeta(): OrdinalMeta {
438 return this._ordinalMeta;

Callers 3

layOutUnitsOnDimensionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected