-
Notifications
You must be signed in to change notification settings - Fork 6
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
specify fixed positions #26
Comments
Could reproduce this, will try to look into it. Somehow it ends up writing |
As of the current CRAN and github versions, the error I am getting when trying this is:
I could bypass it by storing the generated graph in a variable and then manually modifying the x and y coordinate for the (artificial) Start and End activities:
There is still some work to do to avoid the overlap of the edges. |
Based on this post: https://stackoverflow.com/a/7954615/8543257 Here is a workaround for the edges overlap when using fixed positions and
|
The issue traces back to this line: Line 306 in 5b3a53f
At the time the For this reason, probably the best thing to do is to update the I thought that an alternative might be to use |
Hi,
first of all, thanks for putting this package together - very useful indeed!
I was running into problems with specifying fixed positions for my layout, see below:
this gives me
in the Rstudio Viewer. I also tried to turn tbl_pos into a data.frame without any effect. Any ideas what the problem might be and how to fix it?
The text was updated successfully, but these errors were encountered: