layout method
Computes the layout for the nodes and links using the provided sankey generator.
Implementation
void layout(Sankey sankey) {
sankey.layout(nodes, links);
}
Computes the layout for the nodes and links using the provided sankey generator.
void layout(Sankey sankey) {
sankey.layout(nodes, links);
}