MCPcopy Create free account
hub / github.com/idank/explainshell / d3_svg_axisY

Function d3_svg_axisY

explainshell/web/static/js/d3.v3.js:7550–7554  ·  view source on GitHub ↗
(selection, y)

Source from the content-addressed store, hash-verified

7548 });
7549 }
7550 function d3_svg_axisY(selection, y) {
7551 selection.attr("transform", function(d) {
7552 return "translate(0," + y(d) + ")";
7553 });
7554 }
7555 function d3_svg_axisSubdivide(scale, ticks, m) {
7556 subticks = [];
7557 if (m && ticks.length > 1) {

Callers

nothing calls this directly

Calls 1

yFunction · 0.70

Tested by

no test coverage detected