-
Notifications
You must be signed in to change notification settings - Fork 234
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
Clustering not rendering all edges #472
Comments
In your viz, |
Sorry about that! I've changed it to use your cdn, and it's returning 0.4 now. The same problem seems to still persist however. |
I also have this problem in version 0.4.1 (which is provided by the CDN even though the current release looks to be 0.4.2) |
It looks like the problem is with the Clustering.prototype.edgeGradient function not being called anywhere (on 0.4.1). So the edgeStyle function enters the final
Since edgeGradient was never called, the gid referenced wasn't set up in defs, and the function is returning a url to nothing. |
So how come the example on the website is working? Set On a node object to get the lines |
Any news on this? I'd say the one in the examples isn't working either... |
Setting a root node works, but that seems to ruin the layout, and I still don't get the nice coloured rings around each node... |
As @kylerob points out, this can be "fixed" in a local installation by changing the return value to a fixed color (suited my need). In the min js version, the line looks like this This doesn't ruin the layout of the graph -- doesn't need |
I continue to have the same bug. |
I think everyone continues to have the same bug. |
This project is abandoned and very buggy. I suggest others check out the vis.js library. http://visjs.org |
It doesn't seem to be drawing the lines that are between two different clusters(the inverse), only between nodes in the same cluster.
Example:
http://brokencluster.ft1.us
In general though, all the Alchemy.js updates are looking good!
The text was updated successfully, but these errors were encountered: