Currently, if we want to change the color of something based on a value, that involves creating one copy of that item for each color and adding an exclusive condition to it. This can be quite painful to do, especially with needing to manually copy expressions, positioning, font, etc.
As an example, a widget showing FR/FL/RR/RL tire wear with four color levels would mean we need a minimum of 16 different value displays (4 tires x 4 colors).

Currently, if we want to change the color of something based on a value, that involves creating one copy of that item for each color and adding an exclusive condition to it. This can be quite painful to do, especially with needing to manually copy expressions, positioning, font, etc.
As an example, a widget showing FR/FL/RR/RL tire wear with four color levels would mean we need a minimum of 16 different value displays (
4 tires x 4 colors).