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
Updating the maxValue and minValue props after the component has mounted fails to cause the gauge to change its appearance. This is because the internal Gauge/Donut instance does not know to re-render or re-animate. The animationSpeed and options props need to be tested for this issue.
The value and donut props are known to be working as expected.
The text was updated successfully, but these errors were encountered:
Updating the
maxValue
andminValue
props after the component has mounted fails to cause the gauge to change its appearance. This is because the internal Gauge/Donut instance does not know to re-render or re-animate. TheanimationSpeed
andoptions
props need to be tested for this issue.The
value
anddonut
props are known to be working as expected.The text was updated successfully, but these errors were encountered: