score:2

Accepted answer

I tried your code its running fine. Might be you have some javascript file ordering or CSS issue. Be sure to follow the correct order

  • jquery
  • Highcharts.js
  • AngularJS
  • Highchart-ng.js

Secondly you declared series:[{}]object twice in your chart configuration.

Here's the fiddle you can check your code here http://jsfiddle.net/Hjdnw/1018/


Related Query

More Query from same tag