From 31243e71326e025a0761d8a17cd6a48a2a03c163 Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Fri, 22 Sep 2017 12:53:37 +0200 Subject: [PATCH] replaced image --- docs/sources/features/panels/graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/panels/graph.md b/docs/sources/features/panels/graph.md index 0267ffaf79c..ad70cae2d96 100644 --- a/docs/sources/features/panels/graph.md +++ b/docs/sources/features/panels/graph.md @@ -73,7 +73,7 @@ There are three options: - The `Series` option means that the data is grouped by series and not by time. The y-axis still represents the value. - + - The `Histogram` option converts the graph into a histogram. A Histogram is a kind of bar chart that groups numbers into ranges, often called buckets or bins. Taller bars show that more data falls in that range. Histograms and buckets are described in more detail [here](http://docs.grafana.org/features/panels/heatmap/#histograms-and-buckets).