-
Problem report
-
Resolution: Fixed
-
Trivial
-
7.0.0alpha6
-
Sprint 105 (Oct 2023), S2401-1, S2401-2, S24-W6/7, S24-W8/9, S24-W14/15, S24-W20/21, S24-W22/23, S24-W24/25
-
0.5
Currently, in Gauge widget, it is possible that overlapping of last received value and minimal value and Maximal value will occur:
Such overlapping of values should not occur.
Steps to reproduce:
- Create a trapper item (Numeric float)
- Open any dashboard and create a Gauge widget with the following parameters:
- Item: item created in step 1.
- Min: -99999999999999999999999999999999999
- Max: 99999999999999999999999999999999999
- Send value "99999999999999999999999999999999999" to the trapper item
- Check previously created Gauge widget
Result: value overlapping like in the screenshot above has occurred.
Expected: such value overlapping should not occur