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

Stacked arrows lead to misplaced labels #3381

Open
KevinDCarlson opened this issue Aug 31, 2022 · 1 comment
Open

Stacked arrows lead to misplaced labels #3381

KevinDCarlson opened this issue Aug 31, 2022 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@KevinDCarlson
Copy link

KevinDCarlson commented Aug 31, 2022

Arrows starting or ending at the same node, all labelled, have their labels pushed progressively further off to the side as the number of arrows increases.

To Reproduce
Write any diagram with more than two arrows sharing a start and/or end.

Expected behavior
Labels should be on the arrow they correspond to, or directly adjacent to it.

Screenshots
Screen Shot 2022-08-30 at 5 54 10 PM

Code Sample

flowchart LR;
id0[Begin]--A-->id1[Stuff!]
id0--B-->id2[Other stuff!]
id0--C-->id3[More stuff!]
id0--D-->id4[Still more!]
id0--E-->id5[Golly...]
id0--F-->id5
id0--G-->id5
id0--H-->id5

Desktop (please complete the following information):

  • OS X, Chrome

Additional context
It seems like the rendering engine needs permission to move some labels horizontally.

@KevinDCarlson KevinDCarlson added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Aug 31, 2022
@cbandy
Copy link

cbandy commented Nov 21, 2022

@jgreywolf jgreywolf added roadmap items to add to roadmap for auto workflow and removed roadmap items to add to roadmap for auto workflow labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

3 participants