replaced image

This commit is contained in:
Patrick O'Carroll 2017-09-22 12:53:37 +02:00
parent bf88242282
commit 31243e7132

View File

@ -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.
<img src="/img/docs/v4/x_axis_mode_series.png" class="no-shadow">
<img src="/img/docs/v45/graph-x-axis-mode-series.png" class="no-shadow">
- 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).