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

Method setExtent

src/scale/Log.ts:206–208  ·  view source on GitHub ↗

* NOTICE: The caller should ensure `start` and `end` are both non-negative.

(start, end)

Source from the content-addressed store, hash-verified

204 * NOTICE: The caller should ensure `start` and `end` are both non-negative.
205 */
206 setExtent(start, end) {
207 this.setExtent2(SCALE_EXTENT_KIND_EFFECTIVE, start, end);
208 },
209
210 setExtent2(kind, start, end) {
211 if (!isValidBoundsForExtent(start, end)

Callers

nothing calls this directly

Calls 1

setExtent2Method · 0.95

Tested by

no test coverage detected