Graphs not displaying
Posted: Fri 12 May 2023 12:49 pm
Is everyone having the same problem as me with graphs/charts at the moment? Since yesterday morning, none are displaying, either on my website or my local Cumulus MX interface, and I seem to see the same when browsing to other Cumulus sites. I guess this is a highcharts issue rather than Cumulus?
In my browser (Chrome) the Console shows the following errors when trying to display "Recent" graphs in the local interface:
GET https://code.highcharts.com/stock/9.1.0/highstock.js net::ERR_BLOCKED_BY_CLIENT
graphs.html:114 GET https://www.ashingtonmet.co.uk/assets/v ... ing.min.js net::ERR_ABORTED 404
graphs.html:116 GET https://code.highcharts.com/stock/9.1.0 ... porting.js net::ERR_BLOCKED_BY_CLIENT
graphs.html:117 GET https://code.highcharts.com/9.1.0/modules/boost.js net::ERR_BLOCKED_BY_CLIENT
graphs.html:118 GET https://code.highcharts.com/9.1.0/themes/grid.js net::ERR_BLOCKED_BY_CLIENT
cumuluscharts.js:256 Uncaught ReferenceError: Highcharts is not defined
at doTemp (cumuluscharts.js:256:5)
at changeGraph (cumuluscharts.js:98:13)
at Object.success (cumuluscharts.js:87:13)
at c (jquery-latest.min.js:2:28327)
at Object.fireWith [as resolveWith] (jquery-latest.min.js:2:29072)
at l (jquery-latest.min.js:2:79901)
at XMLHttpRequest.<anonymous> (jquery-latest.min.js:2:82355)
doTemp @ cumuluscharts.js:256
changeGraph @ cumuluscharts.js:98
success @ cumuluscharts.js:87
c @ jquery-latest.min.js:2
fireWith @ jquery-latest.min.js:2
l @ jquery-latest.min.js:2
(anonymous) @ jquery-latest.min.js:2
load (async)
send @ jquery-latest.min.js:2
ajax @ jquery-latest.min.js:2
(anonymous) @ cumuluscharts.js:78
e @ jquery-latest.min.js:2
t @ jquery-latest.min.js:2
setTimeout (async)
(anonymous) @ jquery-latest.min.js:2
c @ jquery-latest.min.js:2
fireWith @ jquery-latest.min.js:2
fire @ jquery-latest.min.js:2
c @ jquery-latest.min.js:2
fireWith @ jquery-latest.min.js:2
ready @ jquery-latest.min.js:2
B @ jquery-latest.min.js:2
graphs.html:1 Unchecked runtime.lastError: The message port closed before a response was received.
In my browser (Chrome) the Console shows the following errors when trying to display "Recent" graphs in the local interface:
GET https://code.highcharts.com/stock/9.1.0/highstock.js net::ERR_BLOCKED_BY_CLIENT
graphs.html:114 GET https://www.ashingtonmet.co.uk/assets/v ... ing.min.js net::ERR_ABORTED 404
graphs.html:116 GET https://code.highcharts.com/stock/9.1.0 ... porting.js net::ERR_BLOCKED_BY_CLIENT
graphs.html:117 GET https://code.highcharts.com/9.1.0/modules/boost.js net::ERR_BLOCKED_BY_CLIENT
graphs.html:118 GET https://code.highcharts.com/9.1.0/themes/grid.js net::ERR_BLOCKED_BY_CLIENT
cumuluscharts.js:256 Uncaught ReferenceError: Highcharts is not defined
at doTemp (cumuluscharts.js:256:5)
at changeGraph (cumuluscharts.js:98:13)
at Object.success (cumuluscharts.js:87:13)
at c (jquery-latest.min.js:2:28327)
at Object.fireWith [as resolveWith] (jquery-latest.min.js:2:29072)
at l (jquery-latest.min.js:2:79901)
at XMLHttpRequest.<anonymous> (jquery-latest.min.js:2:82355)
doTemp @ cumuluscharts.js:256
changeGraph @ cumuluscharts.js:98
success @ cumuluscharts.js:87
c @ jquery-latest.min.js:2
fireWith @ jquery-latest.min.js:2
l @ jquery-latest.min.js:2
(anonymous) @ jquery-latest.min.js:2
load (async)
send @ jquery-latest.min.js:2
ajax @ jquery-latest.min.js:2
(anonymous) @ cumuluscharts.js:78
e @ jquery-latest.min.js:2
t @ jquery-latest.min.js:2
setTimeout (async)
(anonymous) @ jquery-latest.min.js:2
c @ jquery-latest.min.js:2
fireWith @ jquery-latest.min.js:2
fire @ jquery-latest.min.js:2
c @ jquery-latest.min.js:2
fireWith @ jquery-latest.min.js:2
ready @ jquery-latest.min.js:2
B @ jquery-latest.min.js:2
graphs.html:1 Unchecked runtime.lastError: The message port closed before a response was received.