Page 1 of 1

=> Highcharts version 11.3 fail <=

Posted: Thu 11 Jan 2024 1:03 pm
by Dador
Hi Hans,

The latest version of Cutils stopped drawing some charts for me (Heat Map, Rain vs. EVT). Bugs?

PS. Is it possible for the Heat Map to have the latest data on the first page? Now to see the current year I have to click the Next Page button.

Re: CumulusUtils Version 6.23.2

Posted: Thu 11 Jan 2024 10:45 pm
by HansR
I noticed but have been away today.
I'll take a look. There were no changes in those charts so probably somewhere around it.

Highcharts version 11.3 fail

Posted: Fri 12 Jan 2024 7:48 am
by HansR
Highcharts released version 11.3.0 on 10th of January after which the charts indicated above started failing (when the release propagated through the CDN).

The solution is to use:

Code: Select all

UseSpecificHighchartsVersion=11.2.0
I will notify Highcharts but will not start a debugging session with them to find the bug or the solution within 11.3.0 (that takes too much energy and time because of the complexity of the compiler output).

Re: CumulusUtils Version 6.23.2 and Highcharts fail

Posted: Sat 13 Jan 2024 10:32 am
by Dador
HansR wrote: Fri 12 Jan 2024 7:48 am The solution is to use:

Code: Select all

UseSpecificHighchartsVersion=11.2.0
Thx, works 👍

Re: => Highcharts version 11.3 fail <=

Posted: Sat 20 Jan 2024 8:19 am
by HansR
HighCharts accepted these as bugs.
Not known when these will be solved.

Re: Highcharts version 11.3 fail

Posted: Mon 22 Jan 2024 4:58 pm
by philpugh
HansR wrote: Fri 12 Jan 2024 7:48 am Highcharts released version 11.3.0 on 10th of January after which the charts indicated above started failing (when the release propagated through the CDN).

The solution is to use:

Code: Select all

UseSpecificHighchartsVersion=11.2.0
I will notify Highcharts but will not start a debugging session with them to find the bug or the solution within 11.3.0 (that takes too much energy and time because of the complexity of the compiler output).
Pardon my ignorance but where do you place this line pls?

Re: => Highcharts version 11.3 fail <=

Posted: Mon 22 Jan 2024 6:30 pm
by HansR
[EDIT] Cumulusutils.ini, section [General] ;)

Re: => Highcharts version 11.3 fail <=

Posted: Mon 22 Jan 2024 6:46 pm
by rogerthn
HansR wrote: Mon 22 Jan 2024 6:30 pm Cumulusutil.ini, section [General] ;)
Maybe cumulusutils.ini ?

Re: => Highcharts version 11.3 fail <=

Posted: Mon 22 Jan 2024 7:01 pm
by HansR
rogerthn wrote: Mon 22 Jan 2024 6:46 pm
HansR wrote: Mon 22 Jan 2024 6:30 pm Cumulusutil.ini, section [General] ;)
Maybe cumulusutils.ini ?
Yes.... corrected :D

Re: => Highcharts version 11.3 fail <=

Posted: Fri 26 Jan 2024 3:48 pm
by philpugh
Thanks to all!