Is there a method to sort sankey by the largest cumulative item in the left side group?
I'm doing some throughput analysis and I i'm displaying volume between two nodes and we need to see it arranged from biggest to smallest.
I've tried doing a cumulative total and sorting on that.
The stats table I produce is in the correct order but the sankey makes its own determination that I can't figure out.
I've sorted through every available field and can't figure out what it is using as a sort.
![alt text][1]
[1]: /storage/temp/166229-sankey-sort-small.jpg
↧