MCPcopy Index your code
hub / github.com/microsoft/SandDance / zoomLinear

Function zoomLinear

docs/app/js/sanddance-app.js:106712–106714  ·  view source on GitHub ↗
(domain, anchor, scale)

Source from the content-addressed store, hash-verified

106710 ];
106711}
106712function zoomLinear(domain, anchor, scale) {
106713 return zoom(domain, anchor, scale, toNumber, identity);
106714}
106715function zoomLog(domain, anchor, scale) {
106716 const sign = Math.sign(domain[0]);
106717 return zoom(domain, anchor, scale, log(sign), exp(sign));

Callers

nothing calls this directly

Calls 1

zoomFunction · 0.70

Tested by

no test coverage detected