MCPcopy
hub / github.com/jipegit/OSXAuditor / x

Function x

d3-3.2.8/d3.js:7822–7824  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

7820 }
7821 if (scale.rangeBand) {
7822 var dx = scale1.rangeBand() / 2, x = function(d) {
7823 return scale1(d) + dx;
7824 };
7825 tickEnter.call(tickTransform, x);
7826 tickUpdate.call(tickTransform, x);
7827 } else {

Callers 14

d3_svg_axisXFunction · 0.70
d3.jsFile · 0.70
pow-test.jsFile · 0.50
linear-test.jsFile · 0.50
sqrt-test.jsFile · 0.50
log-test.jsFile · 0.50
threshold-test.jsFile · 0.50
quantize-test.jsFile · 0.50
categoryFunction · 0.50
quantile-test.jsFile · 0.50
ordinal-test.jsFile · 0.50
identity-test.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected