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

Ability to center subsequent nodes between 2 previous ones #39

Open
aejen opened this issue Nov 1, 2024 · 0 comments
Open

Ability to center subsequent nodes between 2 previous ones #39

aejen opened this issue Nov 1, 2024 · 0 comments

Comments

@aejen
Copy link

aejen commented Nov 1, 2024

I noticed that while if one node leads to 2, that (and previous) nodes are centered between the 2; however, if 2 nodes lead to 1, that (and subsequent) nodes are not centered, rather, they align to the left box. It would be nice if nodes with multiple arrows leading to them could be centered between the corresponding nodes.

df <- data.frame(from = as.character(c(1:3, 3, 4:7)), to = as.character(c(2:6, 6, 7:8)))
ggflowchart(df)

image

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

1 participant