mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix typo in "filter by value" example (#40070)
This commit is contained in:
@@ -429,7 +429,7 @@ Consider the following data set:
|
|||||||
If you **Include** the data points that have a temperature below 30°C, the configuration will look as follows:
|
If you **Include** the data points that have a temperature below 30°C, the configuration will look as follows:
|
||||||
|
|
||||||
- Filter Type: `Include`
|
- Filter Type: `Include`
|
||||||
- Condition: Rows where `Temperature` matches `Lower Than` `100`
|
- Condition: Rows where `Temperature` matches `Lower Than` `30`
|
||||||
|
|
||||||
And you will get the following result, where only the temperatures below 30°C are included:
|
And you will get the following result, where only the temperatures below 30°C are included:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user