I have a graph that uses d3.js' pack layout. As I add and remove some nodes from the dataset, I need the items that remain in the set to keep the same position. Is that possible?
Edit: I'm using pack layout. In the answer to the other question the solution is to use the 'fixed' attribute, which works with the force layout, but not with the pack layout.