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

Dagre: Wrong connection destination with numbers #321

Closed
pleshevskiy opened this issue Dec 2, 2022 · 2 comments · Fixed by #325
Closed

Dagre: Wrong connection destination with numbers #321

pleshevskiy opened this issue Dec 2, 2022 · 2 comments · Fixed by #325
Labels
bug Something isn't working

Comments

@pleshevskiy
Copy link

1 -> 2

foo baz: Foo Baz

foo baz -> hello

Actual

image

@cyborg-ts cyborg-ts added this to D2 Dec 2, 2022
@pleshevskiy
Copy link
Author

Elk layout doesn't have this issue

@pleshevskiy
Copy link
Author

To fix this issue in dagre, alias should start with character

b1: 1
b2: 2
b1 -> b2

foo baz: Foo Baz

foo baz -> hello

@alixander alixander added the bug Something isn't working label Dec 2, 2022
@alixander alixander moved this to Done in D2 Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants