-
Notifications
You must be signed in to change notification settings - Fork 27
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
title on top of nodes #19
Comments
First of all, I think this is an amazing package. Thank you so much @fbreitwieser . There are so much more ways to customize the Sankey now, as opposed to when it was first introduced in the 'networkD3' package. However, I am encountering a similar issue as well, where the title is situated in the top-left hand corner of the plot, and overlapping completely with the nodes/links found there. I have attempted to resolve this using the 'margin' argument, but was unsuccessful. I share a cropped snapshot of my Sankey. My code is as follows; `margin <- c(top=50,right=50,bottom=50,left=50) plot3 <- sankeyNetwork(Links = links, Nodes = nodes, |
Does anyone know if there's a fix or workaround for this? I'm able to replicate the above. Thanks! |
I used the title option; but unlike in the docs (topright corner) it moved to the topleft corner (per default) on top of a node. Would be nice to have some vertical distance between title and diagram.
The text was updated successfully, but these errors were encountered: