I'm trying to use highcharts to render a sankey chart like this.
In here, the first node has a higher "value" compared to its outgoing link. Is there a way to achieve this? I've gone through the highchart's sankey APIs but can't find anything which would allow me to set a node's height larger than its outgoing link.
I've created this JsFiddle as a starting point. You can see that the "Step 1" and "Step 2" nodes have a 1:1 height but I want the first node to be larger 75
and only have an outgoing link to "Step 2" of value 50
Any pointers on how to achieve this?