On 21.2.5.. i'm using a Map region with a "polygon" layer that shows US state polygons.
The query behind the layer retrieves a percentage value.
I want to color code the percentage value... high percentage is redder.. lower percentage is greener.
Trouble is.. the values aren't very sequential / divergent. For example, they will all start with 100% and slowly reduce towards 0%.
Because there isn't a huge variance in the range, everything is color coded the same way, which is unfortunately green..
As soon as i fake the data to make one state be a very low percentage, then that one is green, and everything else at super high percentages is red.
How do i define a color coding threshhold? greater than 90% = red. Less than 10% = green. Instead of the relative variance being used right now?