bernii / gauge.js

100% native and cool looking JavaScript gauge
MIT License
1.42k stars 391 forks source link

fixed issue84. We can now set minimum value without error #85

Closed hangy233 closed 8 years ago

hangy233 commented 8 years ago

However, setting up maxValue or minValue should always before you set up gauge value, otherwise the background bar will display wrong. Is it possible to put minValue and maxValue to options object?

bernii commented 8 years ago

Thanks!