You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, this library is really amazing and I have been using it a lot lately for a scientific project. My problem is that I could not get self-loops (self-interactions) to render. I have created a minimal version of my code below. Am I missing something?
Same here. I am about to choose a graph-rendering engine for my projects and without self-links I think I won't be able to rely on Sigma js. I did a bit of debugging and I see that links are generated with Graphology, but they are simply not rendered which brought me here. I would appreciate any information how to work around it, especially that as far as I have seen - it was working fine in previous versions of sigma.js.
Hi everyone, this library is really amazing and I have been using it a lot lately for a scientific project. My problem is that I could not get self-loops (self-interactions) to render. I have created a minimal version of my code below. Am I missing something?
The libraries I use are:
And my javascript is:
which for me results in:
but I would like to achieve:
Any help would be highly appreciated.
The text was updated successfully, but these errors were encountered: