Ver. 2.4.0 not auto scaling rain

I installed Version 2.4.0 today but the rain doesn’t auto scale. you can see here: http://www.shermanctweather.com/wxssgauges.php
My regular page uses Ver.2.3.1 which autoscales. you can see here: http://www.shermanctweather.com/


A bug which affects the rain rate gauge when using inches and the value is between 0.5 and 1.0, line 1559 in gauges.js is…

                if (_rrate.overallMax <= 1) {

Should be…

                if (_rrate.overallMax <= 0.5) {

I’ll get 2.4.1 released to fix this.

Thank you. Your gauges and support are great.