crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
958 stars 171 forks source link

Add GUI and events boilerplate? Can't link vis gui changes to parent component. #52

Closed danielgmu closed 3 years ago

danielgmu commented 6 years ago

Vis js has a manipulation enabled option that adds a GUI to add nodes, edit nodes, add edges, delete, etc. I'm trying to link that up with the react-graph-vis component to make it more complete. Also trying to add the boilerplate for events. I'm close but need help as a new person to React. I currently can't link the changes happening from gui to the state in the parent component.

I would really appreciate some help. Thanks.

https://github.com/danielgmu/react-graph-vis-gui

agustin107 commented 5 years ago

https://stackoverflow.com/questions/42852571/activating-the-manipulation-system-in-react-graph-vis

crubier commented 3 years ago

Indeed :-)