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

Method getOtherAxis

src/coord/polar/Polar.ts:113–116  ·  view source on GitHub ↗
(axis: AngleAxis | RadiusAxis)

Source from the content-addressed store, hash-verified

111 }
112
113 getOtherAxis(axis: AngleAxis | RadiusAxis): AngleAxis | RadiusAxis {
114 const angleAxis = this._angleAxis;
115 return axis === angleAxis ? this._radiusAxis : angleAxis;
116 }
117
118 /**
119 * Base axis will be used on stacking.

Callers 15

getTooltipAxesMethod · 0.95
shouldRealtimeSortFunction · 0.45
prepareBarLengthFunction · 0.45
prepareDataCoordInfoFunction · 0.45
layoutPerAxisPerSeriesFunction · 0.45
createProgressiveLayoutFunction · 0.45
dataTransformFunction · 0.45
getAxisInfoFunction · 0.45
groupSeriesFunction · 0.45
makeElOptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected