d3-hierarchy icon indicating copy to clipboard operation
d3-hierarchy copied to clipboard

Generalize stable treemaps.

Open mbostock opened this issue 9 years ago • 0 comments

Would it be possible to generalize the stable update of an existing treemap? Currently the squarify layout stores its arrangement in node._squarify, but it seems like it should be possible to infer the arrangement from the previous node positions, and simply rescale them to fit the new values.

mbostock avatar Apr 26 '16 21:04 mbostock