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

Method getAxis

src/coord/parallel/Parallel.ts:316–318  ·  view source on GitHub ↗

* Get axis by dim.

(dim: DimensionName)

Source from the content-addressed store, hash-verified

314 * Get axis by dim.
315 */
316 getAxis(dim: DimensionName): ParallelAxis {
317 return this._axesMap.get(dim);
318 }
319
320 /**
321 * Convert a dim value of a single item of series data to Point.

Callers 1

createParallelCoordSysFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected