From adc1bd3dea61366465225a2fef6770053406c572 Mon Sep 17 00:00:00 2001 From: bergquist Date: Sun, 27 Nov 2016 16:07:41 +0100 Subject: [PATCH] docs(graph): moves thresholds to display tab closes #6703 --- docs/sources/reference/graph.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/sources/reference/graph.md b/docs/sources/reference/graph.md index bb4138b6a42..be92c713181 100644 --- a/docs/sources/reference/graph.md +++ b/docs/sources/reference/graph.md @@ -71,9 +71,6 @@ The ``Left Y`` and ``Right Y`` can be customized using: Axes can also be hidden by unchecking the appropriate box from `Show Axis`. -Thresholds allow you to add arbitrary lines or sections to the graph to make it easier to see when -the graph crosses a particular threshold. - ### Legend The legend hand be hidden by checking the ``Show`` checkbox. If it's shown, it can be @@ -103,6 +100,12 @@ It is just the sum of all data points received by Grafana. Display styles controls properties of the graph. +### Thresholds + +Thresholds allow you to add arbitrary lines or sections to the graph to make it easier to see when +the graph crosses a particular threshold. + + ### Chart Options - ``Bar`` - Display values as a bar chart