Is it possible to show value in red color if it is higher then a limit?

Hey guys,

I want to create a dashboard for my client and want to create a counter which switches to a red color if a limit is reached. (It would be best if I could still get the value to flash, but I think that is not possible :slight_smile: )

Every idea is welcome! :blush:

Thanks to all!
Best regards,
Robert

Hey @PolterFox

Check this out!
https://www.elastic.co/guide/en/kibana/current/goal-chart.html
Ranges you can add custom ranges. Each range will get assigned a color. If value falls within that range it will get assigned that color. A chart with a single range is called a goal chart. A chart with multiple ranges is called a gauge chart.

Color Options define how to color your ranges (which color schema to use). Color options are only visible if more than one range is defined.