MCPcopy Create free account
hub / github.com/jipegit/OSXAuditor / steps

Function steps

d3-3.2.8/d3.js:6955–6959  ·  view source on GitHub ↗
(start, step)

Source from the content-addressed store, hash-verified

6953 return range[((index.get(x) || index.set(x, domain.push(x))) - 1) % range.length];
6954 }
6955 function steps(start, step) {
6956 return d3.range(domain.length).map(function(i) {
6957 return start + step * i;
6958 });
6959 }
6960 scale.domain = function(x) {
6961 if (!arguments.length) return domain;
6962 domain = [];

Callers 1

d3_scale_ordinalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected