Fix typo in "filter by value" example (#40070) (#40086)

(cherry picked from commit 98a9b4adc5)

Co-authored-by: ian moone <lrobin@xee.com>
This commit is contained in:
Grot (@grafanabot)
2021-10-06 11:19:05 -04:00
committed by GitHub
co-authored by ian moone
parent 29638a485b
commit 8b396d5421
@@ -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:
- 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: