I'm working with the Sankey plugin for d3.js. Is there a way to affect the automatic placement of the nodes?
If you compare the below 2 images.
Automatically generated Sankey Diagram: https://files.secureserver.net/0s3DEU5s3OZtqL
After I have manually re-arranged it: https://files.secureserver.net/0sYJF1w7f54wdF
You see that the nodes are aligned centered after each other which make it hard to use the diagram until you manually rearrange the nodes. Can I affect this flow somehow - or is it just the way it is?
By the way - Is there a way to specify that the text for the nodes should not be longer than the height of the nodes?