fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
757 stars 185 forks source link

Editing Nodes and Edges of graph #74

Closed prasad4fun closed 5 years ago

prasad4fun commented 6 years ago

Hi Peeps, I want to know how can I dynamically add or remove nodes and edges from the graph by the user events. Any help would be appreciated.

talhajunaidd commented 6 years ago

Duplicate of https://github.com/fkling/JSNetworkX/issues/67 add third add a true option to .draw() to automatically update the graph: jsnx.draw(G, options, true)

prasad4fun commented 5 years ago

Duplicate of #67 add third add a true option to .draw() to automatically update the graph: jsnx.draw(G, options, true)