Docs: 7.2 queries (#27688)

* Update whats-new-in-v7-2.md

* added content

* Update queries.md

* Update queries.md
This commit is contained in:
Diana Payton
2020-09-23 11:27:49 -07:00
committed by GitHub
parent 36875b7839
commit 14cd3f3872
2 changed files with 8 additions and 8 deletions
+3 -2
View File
@@ -37,8 +37,7 @@ The main highlights are:
You can now customize how dates are formatted in Grafana. Custom date formats apply to the time range picker, graphs, and other panel visualizations.
This screenshot shows both a custom full date format with a 12 hour clock and am/pm suffix. The graph is also
showing same 12-hour clock format and a customized month and day format compared to the Grafana default `MM/DD` format.
This screenshot shows both a custom full date format with a 12 hour clock and am/pm suffix. The graph is also showing the same 12-hour clock format and a customized month and day format compared to the Grafana default `MM/DD` format.
{{< docs-imagebox img="/img/docs/v72/date_formats.png" max-width="800px" caption="Custom date time formats" >}}
@@ -93,6 +92,8 @@ The up and down arrows, which were previously the only way to change query order
{{< docs-imagebox img="/img/docs/v72/drag-queries.gif" max-width="800px" caption="Drag to reorder queries" >}}
The [Queries]({{< relref "../panels/queries.md" >}}) topic has been updated as a result of this change.
## Inspect queries in Explore
You can enjoy all the details query inspector gave you in dashboards now in Explore as well. You can open query inspector tab with the button next to query history. See [Query inspector in Explore]({{< relref "../features/explore/index.md#query-inspector" >}}) for more details.