vasturiano / d3-force-3d

Force-directed graph layout in 1D, 2D or 3D using velocity Verlet integration.
https://observablehq.com/@vasturiano/multi-dimensional-d3-force-simulation
MIT License
369 stars 52 forks source link

Can't make nodes to stick at defined fixed x y z position. #19

Closed sab4a closed 1 year ago

sab4a commented 1 year ago

Can't make nodes to stick at defined fixed x y z position.

I tried fixed:true on nodes but it does not work.. disabling forces via d3force does not set up graph properly.

any ideas?

sab4a commented 1 year ago

https://imgur.com/a/8uSC7yn

For example, it is floating on the left side and gets dragged, how can I set it to stick at the predefined x,y,z position?