Closed laresbernardo closed 1 year ago
Hi @laresbernardo - there's already an issue open to address this: https://github.com/nrennie/ggflowchart/issues/5. This repository is just the CRAN mirror so it won't be updated until the next CRAN release (at least several months). I can't close issues or make PRs related to the issue in this repository. If you have further comments on this issue can you add them to the original repo? This issue is very close to the top of my list of things to do so it should be available in the development version soon(ish).
For a workaround for now, I would plot the arrows on top of the flowchart without those edges. e.g. add another geom_segment()
. Changing the plot_env
value won't work - that's not how environments work in R.
Hi @nrennie, thanks for this nice package! I was playing with it and wanted to customize where the arrows start and end for lateral boxes. So I (probably wrong) supposed that overwriting some of the coordinates on
theplot$plot_env$plot_edges
would modify the plot. I'll share exactly what I'm doing to see if there's a way to get around this.Now, trying to modify the values by overwritting the source of one of the arrows (from B to C):
Any hint? Are you planning to do this easier anytime soon? Thanks :)