bkrem / react-d3-tree

:deciduous_tree: React component to create interactive D3 tree graphs
https://bkrem.github.io/react-d3-tree
MIT License
1.06k stars 268 forks source link

add `draggable` prop #433

Closed gouldie closed 1 year ago

gouldie commented 1 year ago

Added a draggable prop which can be used to disable dragging of the tree.

Additionally, added a "Draggable" checkbox to the demo.

Fixes #364