This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Hierarchical sortMethod: hubsize not working for complex graphs #1813
Milestone
Comments
We should check if this is still an issue. |
Is this feature working fine in 4.20 version ?? |
This particular layout works with However, this is not to say that the issue has been resolved. There are other layouts in which the 'exploding network' thing still happens. I'm collecting all duplicates to a single issue, so that the problem can be addressed centrally. |
Duplicate #1735. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recently, I bumped visjs version from 4.8.2 to 4.15.1 for my app.
The layout of my graph is broken after the update. I dig a little bit and found it was caused by Hierarchical sortMethod: hubsize.
Reproduce: The same data set, same options. Only difference is visjs.js version.
For version 4.8.2
https://jsfiddle.net/gkcggxbf/
For version 4.15.1
https://jsfiddle.net/cd0c1vgz/
Note:
The broken graph begins with super long edges, but it keeps shrinking to the center. After some time, it will finally stabilized. If you zoom in, you could see the same graph in version 4.8.2
I believe there is something wrong with the new version. Feel free to contact me ([email protected]) if you have any concern or question. I hope this could be fix as soon as possible, since hubsize is handy for my app.
Thanks a lot!
The text was updated successfully, but these errors were encountered: