I have two Collapsible Force Trees for same nodes.
I haven\'t seen an example that we can transit from one tree to another with nodes transition and edges reconstruc
In principle, these are the steps to follow.
tick
handler for a force layout with a transitionI've implemented an example of this here. I uses two sets of data and two force layouts. At first, only the nodes and links of the first force layout are displayed and the second only runs in the background. Then, the first is stopped and I follow the steps outlined above.
This isn't going to satisfy all requirements (e.g. with respect to how nodes should transition), but can be used as a starting point for such an implementation.