PhpLearner
PhpLearner

Reputation: 41

Highcharts more and highcharts guage issue

My high charts more is giving the following erro:

highcharts-more.js:29 Uncaught TypeError: I is not a function

I am calling the highcharts-more on the page with the folllowing: https://code.highcharts.com/highcharts-more.js

I see that the highcharts-more file has been updated today. If I use the older version which is: https://code.highcharts.com/4.2.2/highcharts-more.js

Then I start getting error in the solid-guage.js which is as follows:

solid-gauge.js:12 Uncaught TypeError: t is not a function

Plus the gayge fill color is not functioning properly as well.

Upvotes: 2

Views: 1040

Answers (1)

PhpLearner
PhpLearner

Reputation: 41

Updating my local file highcharts.js to latest version solved the issue as, highcharts-more and solid-guage being called from website were updated to new versions along with highcharts.js.

Upvotes: 2

Related Questions