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

Slow rendering with more than 1,000 samples #103

Closed hyokeun closed 3 years ago

hyokeun commented 3 years ago

Hi,

I want to hide all nodes except selected one. I wrote as below. This code works fine but have significant performance issue if there exist more than 2,000 nodes. I need it to work with my 2,000 nodes network. How can I improve it's performance?