-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support cycles in graph #6
Comments
demo of current implementation: http://bl.ocks.org/soxofaan/7c96560677ead0425fe7 |
the cycles support is very cool. Thanks soxofaan for the great work! However, I need some help as got into performance issues when cycles path included in links. the data size is not huge, with 23 nodes and about 126 links. The UI didn't render. If all the cycle path removed, it rendered right away. Attaching the test data below. Thanks! [ {"name": "0"}, //links |
hi @androidkencai, thanks for you feedback did you try that on the master branch, or on the feature branch of this issue? I also noticed you have a lot of duplicates in your links. There are only 29 unique links:
Is there any reason for having all these duplicates? If I eliminate all or some duplicates, the rendering goes a lot faster and renders this: |
Hi @soxofaan, sorry for the late reply. right, those duplicates should be combined. regardless when having large set of links. there are performance issues. just FYI, I found that this version has better performance. Thanks! |
related to #4 and d3/d3-plugins#1
The text was updated successfully, but these errors were encountered: