You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// it is other array to make a link
this.state.peopleNetworkLinks.map((link, i) => {
return (
<ForceGraphLink key={i} link={{ source: link.source, target: link.target, value: link.value, strokeWidth: link.strokeWidth }} />
)
})
}
I have tried to this draggable : true, in simulationOptions
Hello Guys, I need to drag-able the node with child and parents node also.
here is my code.
I have tried to this draggable : true, in simulationOptions
I want to like ths : https://www.screencast.com/t/yykrHWwo
The text was updated successfully, but these errors were encountered: