Skip to content

Commit 9c5d829

Browse files
committed
Update README.md
1 parent 9302b6b commit 9c5d829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a panel plugin for generating Sankey diagrams in Grafana 7.0+. Sankey d
88
![](https://github.com/netsage-project/netsage-sankey-panel/blob/master/src/img/sankey2.png?raw=true)
99

1010
## How it works
11-
The sankey panel requires at least 2 columns of data, a source and destination for the flows.
11+
The sankey panel requires at least 2 columns of data, a source and destination for the flows. This means your query should group your data into at least two groups. The screenshot above shows data grouped by source country, then by destination county.
1212
The panel will draw links from the first column of data points, to the last in order of the query. The thickness of the links will be proportionate to the value as assigned by the metric in the query.
1313

1414
![](https://github.com/netsage-project/netsage-sankey-panel/blob/master/src/img/sankey3.png?raw=true)

0 commit comments

Comments
 (0)