Adam Lawrence

Results 3 comments of Adam Lawrence

Actually just figured it out. https://github.com/fkling/JSNetworkX/blob/6854f88d9f0bb98fa951cb20ce13eb497f204274/src/drawing/svg.js#L173 says that if you add a `true` option to `.draw()`, it'll automatically update the graph: ```javascript jsnx.draw(G, { element: '#canvas', weighted: true, edgeStyle: {...

Hi @myztx, Thanks for your interest. I'm actually working on releasing a new version within the next couple of days that actually contains a decent amount of functionality. Stay tuned!

Check out the new README