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

Function setExtent

src/scale/scaleMapper.ts:461–466  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

459 },
460
461 setExtent(start, end) {
462 if (__DEV__) {
463 assert(!this._frozen);
464 }
465 writeExtent(this._extents, SCALE_EXTENT_KIND_EFFECTIVE, start, end);
466 },
467
468 setExtent2(kind, start, end) {
469 if (__DEV__) {

Callers

nothing calls this directly

Calls 2

writeExtentFunction · 0.85
assertFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…