Open artemklevtsov opened 5 years ago
Yes indeed, thanks again Artem. However I wanted to keep things simple for the sankey chart and thus the user is essentially asked to only pass edges, nodes are inferred from the latter. I am unsure what the best solution to this is, perhaps create two other functions that allow more control (e_sankey_nodes
and e_sankey_edges
)?
Keen on your input.
According documentation depth
relies to data
array. So we should handle it (if exists) in the .build_sankey_nodes
.
About e_sankey_nodes
and e_sankey_edges
. I think this is not a bad idea. Although, right now there is no need for this.
Maybe @helgasoft's solution for the treemap could be applied here
Helpful to control layout.