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

Method getExtent

src/scale/scaleMapper.ts:237–237  ·  view source on GitHub ↗

* [NOTICE]: * In EC_FULL_UPDATE_CYCLE, scale extent is finally determined at `coordSys#update` stage. * * Get a clone of the scale extent. * An extent is always in an increase order. * It always returns an array - never be a null/undefined. * * @see SCALE_EXTENT_C

(this: This)

Source from the content-addressed store, hash-verified

235 * @see SCALE_EXTENT_CONSTRUCTION for the full processing flow.
236 */
237 getExtent(this: This): number[];
238
239 /**
240 * [NOTICE]:

Callers 15

_renderOnGridLikeMethod · 0.65
_renderOnGeoMethod · 0.65
getMarkerPositionMethod · 0.65
getValueStartFunction · 0.65
getMinorTicksFunction · 0.65
calcNiceForTimeScaleFunction · 0.65
getExtentMethod · 0.65
getExtentMethod · 0.65
getTicksMethod · 0.65
getExtentMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected