Uncaught Error: Highcharts error #16
See original GitHub issueI use the ember packages below and I get the error #16. I use only HighCharts, not HighStock or HighMaps.
I also tried this settings but it does not work:
emberHighCharts: {
includeHighCharts: true,
includeHighStock: false
}
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^2.4.1",
"ember-cli": "2.11.1",
"ember-cli-app-version": "^2.0.0",
"ember-cli-babel": "^5.1.7",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-htmlbars": "^1.1.1",
"ember-cli-htmlbars-inline-precompile": "^0.3.6",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-jshint": "^2.0.1",
"ember-cli-qunit": "^3.0.1",
"ember-cli-release": "^0.2.9",
"ember-cli-shims": "^1.0.2",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-data": "^2.11.0",
"ember-export-application-global": "^1.0.5",
"ember-highcharts": "0.5.2",
"ember-load-initializers": "^0.6.0",
"ember-resolver": "^2.0.3",
"ember-source": "~2.11.0",
"ember-welcome-page": "^2.0.2",
"highcharts": "^5.0.7",
"loader.js": "^4.0.10"
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
halloleo - Highcharts
Hi, You get error 16 because you load highcharts.js with highstock.js. The point is that highstock.js contains all highcharts.js features, so ...
Read more >Highcharts Error #16: charts not showing on the same page
This error happens the second time Highcharts or Highstock is loaded in the same page, so the Highcharts namespace is already defined. Keep...
Read more >exception "Highcharts error #16" is thrown when library is ...
Highcharts error #16 exception is thrown on attempt to import highcharts as npm package. Product version. Tested with 4.1.9 and 7.0.3.
Read more >Error #16 loading Highcharts with Lightning Components
This error happens the second time Highcharts or Highstock is loaded in the same page, so the Highcharts namespace is already defined. Keep...
Read more >I am facing this error highcharts.js:formatted:1 Uncaught ...
The error is telling you that Highcharts is not defined. Where is it coming from? Could you please expand the scope? It means...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For anyone looking at this issue on a windows machine, the fix that deathaz developed earlier is the one that you should use on Windows. In the meantime, we’ve had to fork the project to incorporate that fix as the pull request was rejected, but it is the correct way to get the ember-highcharts module to behave correctly on a Windows machine.
I will try to reproduce this on Windows. What version of Node and NPM are you using?