almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can vis.js support hundreds of thousands of nodes?

zhaodagang opened this issue · comments

Can vis.js support hundreds of thousands of nodes?

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.

ok, thank your for your suggestion