Using Grafana v10.4.0
I’m trying to make a bar chart where the bars below the average value are colored red and the ones above the average value are colored green. The average value is a variable that will be periodically recalculated. I tried to achieve this by using value mappings and using a range, but it won’t allow me to use a variable as a range value. Is there another way of doing this?
For example, I would like to use the average value instead of the hardcoded value of 500 I have set now for testing purposes.