react-flow-chart
react-flow-chart copied to clipboard
Help regarding a usecase.
I have a use case where i want to add nodes when added on click button on link and that should be reflected in JSON. Is there a way to achieve this?
This isn't a current feature although you can achieve this by adding a new node to the state with an offset from the reference node.
This isn't a current feature although you can achieve this by adding a new node to the state with an offset from the reference node.
Can you provide an example?