-
Notifications
You must be signed in to change notification settings - Fork 88
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
Adjusting Bundle's Length #84
Comments
Hi, sounds like an interesting idea but I’m not sure exactly what you mean. Can you give a simple sketch or example that shows how this would work? |
I have more or less the same question: Is it possible to manually adjust the x position of nodes? If I understand correctly, the x posiion of nodes is computed in d3-sankey-diagram, which has a nodePosition function. Is there a way to have this function read parameters from a sankey diagram made with floweaver? |
Hi @verina09 (if you're still interested, sorry for the long delay!) and @alexbovet, The best way of setting node positions at the moment would be to save the data from floweaver as JSON (using At the moment it's all or nothing -- there's no easy way to set x-positions but keep the automatic y-positions. It would be nice to have better integration for customising this within floweaver. |
Hi, I am just wondering if it is possible to adjust the length of each bundle, as currently all bundles have the same length. I'm asking this because I'm wondering if I could use the length variable to represent duration of the process. Many thanks!
The text was updated successfully, but these errors were encountered: