MCPcopy
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
139interface BoxplotSeriesModel extends WhiskerBoxCommonMixin<BoxplotSeriesOption> {
140 getBaseAxis(): Axis2D
141}
142mixin(BoxplotSeriesModel, WhiskerBoxCommonMixin, true);
143

Callers 15

resetFunction · 0.65
createGridClipPathFunction · 0.65
createPolarClipPathFunction · 0.65
getMarkerPositionMethod · 0.65
__requireStartValueMethod · 0.65
_renderNormalMethod · 0.65
shouldRealtimeSortFunction · 0.65
renderMethod · 0.65
prepareBarLengthFunction · 0.65
prepareDataCoordInfoFunction · 0.65

Implementers 5

WhiskerBoxCommonMixinsrc/chart/helper/whiskerBoxCommon.ts
SeriesModelsrc/model/Series.ts
Cartesian2Dsrc/coord/cartesian/Cartesian2D.ts
Singlesrc/coord/single/Single.ts
Polarsrc/coord/polar/Polar.ts

Calls

no outgoing calls

Tested by

no test coverage detected