Skip to content
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

Add the possibility to link a node to itself #83

Open
simonefranza opened this issue Mar 12, 2021 · 2 comments
Open

Add the possibility to link a node to itself #83

simonefranza opened this issue Mar 12, 2021 · 2 comments

Comments

@simonefranza
Copy link

Hi,

first thanks for the framework it really works great!

Do you think it would be possible to add links from a node to itself (i.e. a link with tid === sid)
so that it would be visible? As of now you can of course add that link but it isn't drawn

That would be really cool!

@emiliorizzo
Copy link
Owner

emiliorizzo commented May 18, 2021

Hi @simonefranza, thanks for your comments!
Why do you want to link a node to itself? What kind of visualization do you imagine for that?

@simonefranza
Copy link
Author

I'm drawing a graph given an adjacency matrix (see here). The values on the diagonal represent links to itself, so as of now they have to be 0, but since the matrix is interactive, it would be cool if one could also edit the diagonal of the matrix and it would get reflected on the graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants