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

Method getAxisLayout

src/coord/parallel/Parallel.ts:408–410  ·  view source on GitHub ↗

* Get axis layout.

(dim: DimensionName)

Source from the content-addressed store, hash-verified

406 * Get axis layout.
407 */
408 getAxisLayout(dim: DimensionName): ParallelAxisLayoutInfo {
409 return clone(this._axesLayout[dim]);
410 }
411
412 /**
413 * @return {Object} {axisExpandWindow, delta, behavior: 'jump' | 'slide' | 'none'}.

Callers 1

renderMethod · 0.80

Calls 1

cloneFunction · 0.85

Tested by

no test coverage detected