MCPcopy Create free account
hub / github.com/breck7/scroll / squarify

Function squarify

external/.d3.js:14124–14126  ·  view source on GitHub ↗
(parent, x0, y0, x1, y1)

Source from the content-addressed store, hash-verified

14122var squarify = (function custom(ratio) {
14123
14124 function squarify(parent, x0, y0, x1, y1) {
14125 squarifyRatio(ratio, parent, x0, y0, x1, y1);
14126 }
14127
14128 squarify.ratio = function(x) {
14129 return custom((x = +x) > 1 ? x : 1);

Callers

nothing calls this directly

Calls 1

squarifyRatioFunction · 0.85

Tested by

no test coverage detected