angular-gauge
angular-gauge copied to clipboard
Gauge renders incorrectly when value is updated and min value is high
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/
Did someone review this issue?