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

Override the Drag Start event #11

Closed Ktchan825 closed 4 years ago

Ktchan825 commented 4 years ago

Hi there, Is there any way we could override the drag start event?

I want to stop all nodes from floating while user is dragging one of the nodes. One of the solutions i found is to remove the drag start event, Is it possible to do it with react force graph?

Any help would be appreciated, many thanks!

Ktchan825 commented 4 years ago

Oh no, i opened issue on the wrong repo, sorry about that.