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

Utilize canonical edge data in selected edge info table #131

Closed
fedarko opened this issue Oct 19, 2018 · 0 comments
Closed

Utilize canonical edge data in selected edge info table #131

fedarko opened this issue Oct 19, 2018 · 0 comments
Assignees

Comments

@fedarko
Copy link
Member

fedarko commented Oct 19, 2018

Basically, if we select an edge that connects to a collapsed cluster, its source/target ID displayed in the info table should be the same as if the cluster wasn't collapsed. Right now this information is obtained from the ele.source() and ele.target() methods, which gets the current source/target (i.e. the collapsed cluster's ID) -- not the canonical source/target.

We used to do this by looking at the edge IDs, but when we stopped giving edges IDs (due to SPQR issues with that, I think) I guess this issue came up.

It's not the biggest issue -- since this information is still technically correct, just not super useful -- but I would like to address this in the future.

@fedarko fedarko self-assigned this Oct 19, 2018
@fedarko fedarko closed this as completed Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant