Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getBaseAxis
Method
getBaseAxis
src/chart/boxplot/BoxplotSeries.ts:140–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
139
interface
BoxplotSeriesModel extends WhiskerBoxCommonMixin<BoxplotSeriesOption> {
140
getBaseAxis(): Axis2D
141
}
142
mixin(BoxplotSeriesModel, WhiskerBoxCommonMixin, true);
143
Callers
15
reset
Function · 0.65
createGridClipPath
Function · 0.65
createPolarClipPath
Function · 0.65
getMarkerPosition
Method · 0.65
__requireStartValue
Method · 0.65
_renderNormal
Method · 0.65
shouldRealtimeSort
Function · 0.65
getLabelPositionForHorizontal
Function · 0.65
getLabelPositionForVertical
Function · 0.65
render
Method · 0.65
prepareBarLength
Function · 0.65
prepareDataCoordInfo
Function · 0.65
Implementers
5
WhiskerBoxCommonMixin
src/chart/helper/whiskerBoxCommon.ts
SeriesModel
src/model/Series.ts
Cartesian2D
src/coord/cartesian/Cartesian2D.ts
Single
src/coord/single/Single.ts
Polar
src/coord/polar/Polar.ts
Calls
no outgoing calls
Tested by
no test coverage detected