MCPcopy Create free account
hub / github.com/breck7/scroll / sequential

Function sequential

external/.d3.js:16857–16865  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16855}
16856
16857function sequential() {
16858 var scale = linearish(transformer$1()(identity$3));
16859
16860 scale.copy = function() {
16861 return copy(scale, sequential());
16862 };
16863
16864 return initInterpolator.apply(scale, arguments);
16865}
16866
16867function sequentialLog() {
16868 var scale = loggish(transformer$1()).domain([1, 10]);

Callers

nothing calls this directly

Calls 3

linearishFunction · 0.85
transformer$1Function · 0.85
copyFunction · 0.85

Tested by

no test coverage detected