Sankey diagrams for Grafana.
This plugin leverages d3-sankey to build Sankey diagrams in Grafana panels.
The panel expects three specific columns, named "source", "target", and "value". Input and output flows of each node are not required to be balanced.
Below is an example of flows with the expected format, along with the resulting diagram.
source,target,value
A,C,100
B,C,200
C,D,200
C,F,50
D,E,200Customization is possible via panel options, namely node alignment and styling, and link color and opacity.
This project was meant as a one-off for personal use, I do not plan on maintaining it much or accepting contributions.
