You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a dial with min- & max indicators, the minimum value is set from here the animation started. Which is wrong because such a value never was passed to the gauge.
The text was updated successfully, but these errors were encountered:
This is how it is currently implemented. The min/max indicators are designed to take their values from the value supplied to the gauge. I know that typically when you first draw the gauge you may animate it up from a 'zero' value to the current value. In this case what I do is use the animation complete callback feature of .setValueAnimated() to enable the minimum pointer and set its value after the initial animation.
When using a dial with min- & max indicators, the minimum value is set from here the animation started. Which is wrong because such a value never was passed to the gauge.
The text was updated successfully, but these errors were encountered: