Open ildar170975 opened 2 years ago
The glitch does not appear if the first value
in color_thresholds
is more than defined lower_bound
:
glitch arrears:
lower_bound: 1
...
color_thresholds:
- value: 0
color: green
no glitch:
lower_bound: 1
...
color_thresholds:
- value: 2
color: green
Check this example:
lower_bound
);lower_bound: 0
lower_bound: 1
These cards give same output - this is OK:
Now let's specify colors differently:
#ff0000
format;red
format.Now the 2nd card has a strange fill - this is a BUG:
Now specify same
lower_bound: 0
for both cards:Graphs again look OK:
Now specify same
lower_bound: 1
for both cards:Same glitch:
Now just remove the
lower_bound
for both cards:Same glitch:
Conclusion: in case of both conditions:
lower_bound
is NOT specified or is not zero;This is a problem with a "fill" - check these scaled cards: Good:
Wrong: