Browse Source

replaced image

Patrick O'Carroll 8 years ago
parent
commit
31243e7132
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/features/panels/graph.md

+ 1 - 1
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.
 
-    <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).