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

Function sequential

docs/app/js/sanddance-app.js:129337–129343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129335 return target.domain(source.domain()).interpolator(source.interpolator()).clamp(source.clamp()).unknown(source.unknown());
129336}
129337function sequential() {
129338 var scale = (0, _linearJs.linearish)(transformer()((0, _continuousJs.identity)));
129339 scale.copy = function() {
129340 return copy(scale, sequential());
129341 };
129342 return (0, _initJs.initInterpolator).apply(scale, arguments);
129343}
129344exports.default = sequential;
129345function sequentialLog() {
129346 var scale = (0, _logJs.loggish)(transformer()).domain([

Callers

nothing calls this directly

Calls 2

transformerFunction · 0.70
copyFunction · 0.70

Tested by

no test coverage detected