I am attempting to have nodes in the sankey diagram represent the values for both incoming and outgoing flows. Is there any way to manipulate this behavior?
Sankey Diagram Example: https://whispering-caverns-69609.herokuapp.com/compare/2/9/3/4/10/8/11/
The node value only shows the sum of the outgoing flow count. Please advise if there is a way to include sum of incoming and outgoing flow count.
For example, in the example link above, Facebook Inc shows value 12.1M when total (incoming + outgoing) value is 14.68M.
Thanks!