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

Method setExtent

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

* [NOTICE]: * The caller must ensure `start <= end` and both are finite number! * * `setExtent` is identical to `setExtent2(SCALE_EXTENT_KIND_EFFECTIVE)`. * * @see SCALE_EXTENT_CONSTRUCTION for the full processing flow.

(this: This, start: number, end: number)

Source from the content-addressed store, hash-verified

258 * @see SCALE_EXTENT_CONSTRUCTION for the full processing flow.
259 */
260 setExtent(this: This, start: number, end: number): void;
261 setExtent2(this: This, kind: ScaleExtentKind, start: number, end: number): void;
262
263 /**

Callers 14

calcNiceForTimeScaleFunction · 0.65
setExtentMethod · 0.65
_createAxisMethod · 0.65
_layoutAxesMethod · 0.65
_adjustAxisMethod · 0.65
resizeMethod · 0.65
updateMethod · 0.65
resizePolarFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected