question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught Error: Highcharts error #16

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
deeksycommented, Oct 5, 2017

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.

0reactions
gregjopacommented, Apr 24, 2017

I will try to reproduce this on Windows. What version of Node and NPM are you using?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found