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
If you set a high min value (e.g. min = 40, max = 60, value = 50), the gauge will render correctly initially, however, updating the value causes the gauge to render at 100%, even if the value falls between the min and max values.
If you set a high min value (e.g. min = 40, max = 60, value = 50), the gauge will render correctly initially, however, updating the value causes the gauge to render at 100%, even if the value falls between the min and max values.
This can be reproduced on the playground at https://ashish-chopra.github.io/angular-gauge/
The text was updated successfully, but these errors were encountered: