Closed kenny5033 closed 3 months ago
Get node labels to show up on the sankey diagrams. sanKEY.js does not seem to have a built in option for this, so something may need to written over our sankey code that add the html to show the labels.
When the sankey diagrams are made, the nodes are checked for how large they are, and nodes greater than the threshold are given a label.
A title is also put on the plot.
Get node labels to show up on the sankey diagrams. sanKEY.js does not seem to have a built in option for this, so something may need to written over our sankey code that add the html to show the labels.