MCPcopy
hub / github.com/palantir/plottable / setDomain

Method setDomain

src/plots/deferredRenderer.ts:24–26  ·  view source on GitHub ↗
(scale: ITransformableScale)

Source from the content-addressed store, hash-verified

22 }
23
24 public setDomain(scale: ITransformableScale) {
25 this.cachedDomain = scale.getTransformationDomain();
26 }
27
28 public updateDomain = (scale: ITransformableScale) => {
29 this.lastSeenDomain = scale.getTransformationDomain();

Callers 1

setDomainsMethod · 0.80

Calls 1

Tested by

no test coverage detected