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

How to improve the performance of the graph with realtime data?

mapringg opened this issue · comments

When there are multiple nodes present, adding a new node freeze the UI for a moment. How could I go about reducing the freeze or is the package not suitable for such a use case?