-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Be able to only view labels for terminal nodes in Sankey plot #913
Comments
Have you tried providing variations on the align prop? You can give it one of 'justify', 'left', 'right', 'center'. You might also try increasing the nodeWidth and nodePadding to space stuff out more? |
Okay, I was able to make the visualization look presentable by aligning it to the Thanks, |
You totally can! See above PR. |
Thanks a lot! |
Hi,
I am creating a Sankey plot (image below) and I was wondering if there is a way to make these branches farther apart from each other so that the labels are shown correctly?
Right now, it really hard to distinguish one from the other.
I looked at the documentation for the
layout
prop, and I have tried to randomly give it values like,layout={...}
where...
are different numbers, but I do not understandlayout
prop fully to be able to work with it. Any suggestions/ideas?Thanks,
Tayab Soomro.
The text was updated successfully, but these errors were encountered: