How to get colored Rating stars from their value?

Hi guys,

I’ve just finished coding a cool new feature: Colored Rating Stars

See this:

You decide how it works, what are the ranges, stars colors and background colors.

Yes, of course, many of you have guessed it… it’s a KTL feature!

The keyword _cfv (Colorize Field by Value) has been upgraded to support Ratings.

Here’s what the keywords look like for the grid view:

_cfv = Rating, lte, 5, #15d912
_cfv = Rating, lte, 4, green
_cfv = Rating, lte, 3, yellow
_cfv = Rating, lte, 2, orange
_cfv = Rating, lte, 1, red
_cfv = Rating, lte, 0, red, black

It’s available in latest release uploaded a minute ago: v0.27.3

Enjoy,
Normand D.

4 Likes