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

Handle edge and edge label overlaps. #16

Open
codementum opened this issue Aug 14, 2013 · 2 comments
Open

Handle edge and edge label overlaps. #16

codementum opened this issue Aug 14, 2013 · 2 comments

Comments

@codementum
Copy link
Contributor

image

Two possible solutions:

@jgoodall
Copy link
Contributor

Are you referring to edges themselves, or to labels on edges? If the latter, then I like your second possible solution. But then, I dont see what the referred to gist would solve.

@codementum
Copy link
Contributor Author

Both. When two edges have the same source and target, the labels will
overlap. A way to solve that is to:

  • Detect when edges overlap (same source, dest)
  • Merge those edges only in the visualization, and concatenate their labels.

On Wed, Aug 14, 2013 at 3:05 PM, John Goodall [email protected]:

Are you referring to edges themselves, or to labels on edges? If the
latter, then I like your second possible solution. But then, I dont see
what the referred to gist would solve.


Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-22659139
.

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