MCPcopy Create free account
hub / github.com/csev/py4e / redrawY

Function redrawY

code/pagerank/d3.v2.js:4322–4325  ·  view source on GitHub ↗
(g)

Source from the content-addressed store, hash-verified

4320 }
4321
4322 function redrawY(g) {
4323 g.select(".extent").attr("y", extent[0][1]);
4324 g.selectAll(".extent,.e>rect,.w>rect").attr("height", extent[1][1] - extent[0][1]);
4325 }
4326
4327 function brushstart() {
4328 var target = this,

Callers 2

brushFunction · 0.70
brushmoveFunction · 0.70

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected