Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Larger network animation/interaction performance #26

Closed
matt-erhart opened this issue Mar 24, 2017 · 5 comments
Closed

Larger network animation/interaction performance #26

matt-erhart opened this issue Mar 24, 2017 · 5 comments

Comments

@matt-erhart
Copy link

I just tested a network ~3 to 4 times larger than the les mis network, and I noticed some significant slow downs in animation and interaction responsiveness relative to my d3-only implementation. Were you able to get performance equal to d3-only somehow? Is there a hard limit on the network size react-d3 can handle?

@fastfrwrd
Copy link
Contributor

this is definitely true for us across the board. we're planning to experiment with working with the react-vis team to try to fix some of our rendering issues, as they have recently implemented full support for the force-directed graphs in their library.

@JimmyMow
Copy link

Any update on this? I am having serious performance issues with a data set size of ~500 links and ~200 nodes

@matt-erhart
Copy link
Author

I just did it myself with webgl. Canvas should work given the number of elements you've got.

@JimmyMow
Copy link

JimmyMow commented Dec 5, 2017

@matt-erhart do you have a code example or anything I can look at? Would be super helpful. Thanks

@JimmyMow
Copy link

JimmyMow commented Dec 7, 2017

@fastfrwrd any resources or places you can point me to? This library is great but performance has become an issue. I'm dealing with ~407 nodes and ~507 edges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants