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

Function d3_svg_axisX

d3-3.2.8/d3.js:7888–7892  ·  view source on GitHub ↗
(selection, x)

Source from the content-addressed store, hash-verified

7886 left: 1
7887 };
7888 function d3_svg_axisX(selection, x) {
7889 selection.attr("transform", function(d) {
7890 return "translate(" + x(d) + ",0)";
7891 });
7892 }
7893 function d3_svg_axisY(selection, y) {
7894 selection.attr("transform", function(d) {
7895 return "translate(0," + y(d) + ")";

Callers

nothing calls this directly

Calls 1

xFunction · 0.70

Tested by

no test coverage detected