Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Highcharts recent graphs (wind direction) error

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
UncleBuck
Posts: 43
Joined: Sat 29 Dec 2012 10:27 pm
Weather Station: Davis VP2+
Operating System: MAC Mini - OSX El Capitan
Location: Victoria, Australia

Highcharts recent graphs (wind direction) error

Post by UncleBuck »

I recently started getting this error but only when I select "Wind Direction".
All other charts are working fine.
I suspect it has something to do with switching to PHP7.x (or possibly https) as it was working fine before I made those changes.
Anyone have any ideas?

Code: Select all

[Error] TypeError: undefined is not an object (evaluating 'h.options.visible')
	(anonymous function) (highstock.js:565:246)
	(anonymous function) (highstock.js:29:93)
	fireEvent (highstock.js:29:119)
	generatePoints (highstock.js:349)
	generatePoints (highstock.js:578:214)
	translate (highstock.js:350:394)
	redraw (highstock.js:371:292)
	(anonymous function) (highstock.js:283)
	forEach
	redraw (highstock.js:282:499)
	setData (highstock.js:344:229)
	success (recentGraphs.js:614)
	i (jquery-3.2.1.min.js:2:28023)
	fireWith (jquery-3.2.1.min.js:2:28785)
	A (jquery-3.2.1.min.js:4:14047)
	(anonymous function) (jquery-3.2.1.min.js:4:16325)
UncleBuck
Posts: 43
Joined: Sat 29 Dec 2012 10:27 pm
Weather Station: Davis VP2+
Operating System: MAC Mini - OSX El Capitan
Location: Victoria, Australia

Re: Highcharts recent graphs (wind direction) error

Post by UncleBuck »

I am not sure exactly what the problem was, but I resolved it by grabbing a fresh copy of recentGraphs.js from Marks' website and, after some small modifications to reflect my website, all is working again.
Post Reply