MCPcopy Create free account
hub / github.com/adobe/leonardo / shift

Method shift

docs/ui/src/js/initialSequentialScale.js:96–102  ·  view source on GitHub ↗
(shift)

Source from the content-addressed store, hash-verified

94 }
95
96 set shift(shift) {
97 this._shift = Number(shift);
98 this._colors = null;
99 this._colorsReversed = null;
100 this._colors = this._createColorScale();
101 this._domains = this._getDomains();
102 }
103
104 get shift() {
105 return Number(this._shift);

Callers

nothing calls this directly

Calls 2

_createColorScaleMethod · 0.95
_getDomainsMethod · 0.95

Tested by

no test coverage detected