Bubble chart throws “error 17”
-
When I try to set the chart type to Bubble, the Publish / Update button becomes greyed out and the following error appears in the JS console:
highcharts.js?ver=1.6.2:10 Uncaught Error: Highcharts error #17: www.highcharts.com/errors/17 at Object.a.error (https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:10:49) at a.Chart.initSeries (https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:240:283) at https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:264:42 at Array.forEach (native) at a.each (https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:26:471) at a.Chart.firstRender (https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:264:13) at a.Chart.init (https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:240:174) at a.Chart.getArgs (https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:239:189) at a.Chart (https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:238:501) at a.fn.init.G.jQuery.G.jQuery.fn.highcharts (https://new-look.mancini.brandonu.ca/economic-impact/wp-content/plugins/m-chart/components/external/highcharts/highcharts.js?ver=1.6.2:31:67)
According to the supplied URL (https://www.highcharts.com/errors/17), “error 17” means:
The requested series type does not exist
This error happens when you are settingchart.type
orseries.type
to a series type that isn’t defined in Highcharts. A typical reason may be that your are missing the extension file where the series type is defined, for example in order to run anarearange
series you need to load thehighcharts-more.js
file.Any assistance would be appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bubble chart throws “error 17”’ is closed to new replies.