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

Fix same level arrows #25

Merged
merged 10 commits into from
May 19, 2023
Merged

Fix same level arrows #25

merged 10 commits into from
May 19, 2023

Conversation

nrennie
Copy link
Owner

@nrennie nrennie commented May 19, 2023

Adds support for same level arrows. Closes #5.

data <- tibble::tibble(
  from = c("A", "A", "A", "B", "C", "F", "C", "C", "G"),
  to = c("B", "C", "D", "E", "F", "G", "B", "D", "E")
  )
ggflowchart(data)

Rplot

@nrennie nrennie merged commit d86647d into main May 19, 2023
6 checks passed
@nrennie nrennie deleted the fix-same-level-arrows branch May 19, 2023 15:50
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

Successfully merging this pull request may close these issues.

Support for same-level arrows
1 participant