Skip to content

Commit 39769ea

Browse files
committed
fix(docs): duplicate word data in Graph Panel
1 parent d726f49 commit 39769ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/reference/graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The legend values are calculated client side by Grafana and depend on what type
9191
aggregation or point consolidation you metric query is using. All the above legend values cannot
9292
be correct at the same time. For example if you plot a rate like requests/second, this is probably
9393
using average as aggregator, then the Total in the legend will not represent the total number of requests.
94-
It is just the sum of all data data points received by Grafana.
94+
It is just the sum of all data points received by Grafana.
9595

9696
## Display styles
9797

0 commit comments

Comments
 (0)