From 9c5d829adbd1ccb2708ba87ffc83235c5fe5c37d Mon Sep 17 00:00:00 2001 From: "Katrina H. Turner" <46706381+KatrinaTurner@users.noreply.github.com> Date: Thu, 4 Nov 2021 16:21:00 -1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312846d..55d7596 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a panel plugin for generating Sankey diagrams in Grafana 7.0+. Sankey d ![](https://github.com/netsage-project/netsage-sankey-panel/blob/master/src/img/sankey2.png?raw=true) ## How it works -The sankey panel requires at least 2 columns of data, a source and destination for the flows. +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. 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. ![](https://github.com/netsage-project/netsage-sankey-panel/blob/master/src/img/sankey3.png?raw=true)