I’m trying to create a Sankey diagram of a production flow. At the beginning items are being produced in batches, so only the batches are being tracked. At several points the batches are cut, so on these nodes you’ll end up with significantly more outputs than inputs.
Ideally I would like the input links to the nodes to scale up in size so they match the entire height of the node. Right now they are scaled one to one per item, so the input link are barely visible.
Of course a solution would be to scale the number of input items. But then the information shown on the label when hovering will be wrong.