In earlier versions of d3 (such as version 3), you could add a fixed=true
property to a node, and the force directed layout algorithm would not move that node. Mike Bostock did an example showing this behavior.
However, in version 5, this property has been removed, and there doesn't appear to be any way to do this now.
Any ideas on how to do this?