(node)
| 137469 | return node; |
| 137470 | } |
| 137471 | function leafRight(node) { |
| 137472 | var children; |
| 137473 | while(children = node.children)node = children[children.length - 1]; |
| 137474 | return node; |
| 137475 | } |
| 137476 | exports.default = function() { |
| 137477 | var separation = defaultSeparation, dx = 1, dy = 1, nodeSize = false; |
| 137478 | function cluster(root) { |