Skip to content

ffminus/ffminus-sankey-panel

Repository files navigation

ffminus-sankey-panel

Sankey diagrams for Grafana.

This plugin leverages d3-sankey to build Sankey diagrams in Grafana panels.

Usage

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,200

Configuration

Customization is possible via panel options, namely node alignment and styling, and link color and opacity.

Contributing

This project was meant as a one-off for personal use, I do not plan on maintaining it much or accepting contributions.

About

Sankey diagrams for Grafana.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors