-
Notifications
You must be signed in to change notification settings - Fork 254
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
Nodes and links limitation #36
Comments
Edit 1: I just changed it to use the indexes instead of the nodes' name. Still the same issue. This is a preview of the links array:
|
You probably have a cycle in the graph; see #1. (If that’s not the case, you can reopen and I will investigate.) |
You're probably right @mbostock. I'll review the data and I'll let you know if something. |
Hello,
I have an application with a fairly high number of nodes (107) and links (224). Every time I try to draw the diagram, the page freezes and seems never to finish the calculations. When I reduced the number of nodes to 10 and links to 20, I could draw the chart without problems.
So, my question is, is there a limit of nodes and links to which this library can be applied? I have waited for more than 2 minutes for the drawing to show up but nothing happens. Should I wait longer (P.S.: speed is not critical for me)?
I am using a function to map the
source
andtarget
nodes. If instead I use the standard approach with indexes, would it be faster?The text was updated successfully, but these errors were encountered: