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

Function linear

external/.d3.js:15153–15163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15151}
15152
15153function linear() {
15154 var scale = continuous();
15155
15156 scale.copy = function() {
15157 return copy$1(scale, linear());
15158 };
15159
15160 initRange.apply(scale, arguments);
15161
15162 return linearish(scale);
15163}
15164
15165function identity$2(domain) {
15166 var unknown;

Callers

nothing calls this directly

Calls 3

continuousFunction · 0.85
copy$1Function · 0.85
linearishFunction · 0.85

Tested by

no test coverage detected