Docs: Organize variables (#26738)

* Moved files to folder and updated links

* fixed links

* Update _index.md

* Update templates-and-variables.md
This commit is contained in:
Diana Payton
2020-08-03 09:10:27 -07:00
committed by GitHub
parent 0e3b4e8ccc
commit 0706ec5d00
18 changed files with 88 additions and 77 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Grafana creates an empty graph panel with your default data source selected.
## 2. Edit panel settings
While not required, we recommend that you add a helpful title and description to your panel. You can use [variables you have defined]({{< relref "../variables/templates-and-variables.md" >}}) in either field, but not [global variables]({{< relref "../variables/global-variables.md" >}}).
While not required, we recommend that you add a helpful title and description to your panel. You can use [variables you have defined]({{< relref "../variables/templates-and-variables.md" >}}) in either field, but not [global variables]({{< relref "../variables/variable-types/global-variables.md" >}}).
![](/img/docs/panels/panel-settings-7-0.png)
+1 -1
View File
@@ -94,7 +94,7 @@ Panel data source query options:
This automatic interval is calculated based on the width of the graph. If the user zooms out a lot then the interval becomes greater, resulting in a more coarse grained aggregation whereas if the user zooms in then the interval decreases resulting in a more fine grained aggregation.
For more information, refer to [Global variables]({{< relref "../variables/global-variables.md" >}}).
For more information, refer to [Global variables]({{< relref "../variables/variable-types/global-variables.md" >}}).
- **Relative time -** You can override the relative time range for individual panels, causing them to be different than what is selected in the dashboard time picker in the top right corner of the dashboard. This allows you to show metrics from different time periods or days on the same dashboard.