is there a way to create Sankey like edge width diagrams in cytoscape.js? To be clear, I do not want to create a Sankey diagram in cytoscape.js. What I do want is to create edges which have in total the size of the node they originate from.
One way to modify the edge width is via strength property, but I did not find a way to specify this property in relation to the originating node's size.
Thanks in advance
Andy