d3-hierarchy
d3-hierarchy copied to clipboard
Generalize stable treemaps.
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.