crubier / react-graph-vis

A react component to render nice graphs using vis.js

Home Page:http://crubier.github.io/react-graph-vis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamically add nodes without redrawing the network

brysgo opened this issue · comments

Is there a way to dynamically add nodes without redrawing the whole graph?

e.g. http://visjs.org/examples/network/data/datasets.html

I'm going to attempt to add a shadow graph with imperative updates. I'll send a PR when I'm done.