Page 1 of 1

Select-a-Chart b3215

Posted: Tue 21 Feb 2023 7:01 pm
by Texsky
I don't know about others, but on my installation of MX, the Select-a-Chart Humidity axis extends beyond 100%, despite there being a max limiter in the chartscompare.js file. The last numeric label visible is 105%, and there's another tickmark section above that, so at the 15 percentage point interval, the top would be equivalent to 120%.

The above is true for the Indoor Humidity as well.

Re: Select-a-Chart b3215

Posted: Tue 21 Feb 2023 8:48 pm
by ConligWX
to confirm you have all files copied over, run a check on the files:

Code: Select all

# Checking CumulusMX file integrity on Linux
# go to your installation directory (eg. /opt/CumulusMX/)
# and run the following command (add --quiet to end of line if only want to see errors):
# ---------------------------------------------------
#  md5sum --check hash_md5_3215.txt
# ----------------------------------------------------
#
# Checking file integrity on Windows
# Start a PowerShell session
# go to your installation folder (eg. cd C:\CumulusMX)
# and run the following command:
# ---------------------------------------------------
#  .\MXutils\windows\CheckMD5HashFile.ps1 -HashFile .\hash_md5_3215.txt
# ---------------------------------------------------
#
If your website select-a-chart is not right, then check your website has the same content as the webfiles folder.

Re: Select-a-Chart b3215

Posted: Wed 22 Feb 2023 12:45 pm
by mcrossley
The scales going above the max value is a result of HighCharts trying to find a nice number of scale points for all the scales.

You can force the humidity to be 0-100 by adding additional options, but the result is that other scales may have much larger ranges to fit in.