bkrem / react-d3-tree

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

How to add a node at runtime or in dynamic data compared all the nodes and added where needed. #405

Open dharmishtha-chhatrodiya opened 2 years ago

dharmishtha-chhatrodiya commented 2 years ago

What is the actual behavior/output?

I need to add a kr3 child node into the obj_1 parent node. image

What is the behavior/output you expect?

[Replace with your answer if relevant] We need to add these nodes at runtime or when refreshing a page. image

jp1357 commented 1 year ago

This is now possible

see also https://github.com/bkrem/react-d3-tree/issues/403