E.g, get the max depth, and use it to help define a height. var tree = d3.layout.tree() .size([w, h]) .separation(function(a, b) ...
確定! 回上一頁