almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.86k stars 1.48k forks source link

Can vis.js support hundreds of thousands of nodes? #4272

Closed zhaodagang closed 5 years ago

zhaodagang commented 5 years ago

Can vis.js support hundreds of thousands of nodes?

YoshiWalsh commented 5 years ago

Which vis.js module are you using? Here's an example of using Network with over 9000 edges, you can see the performance is not great. And here's an example of Timeline with as many items as you want. Timeline can have very large numbers of items loaded, but having more than a few hundred visible at once will cause lag.

If you're talking about another module, take a look at the examples for that module. I think most (all?) modules have some kind of performance example.

zhaodagang commented 5 years ago

ok, thank your for your suggestion