I am trying to replicate the chart found here: http://jsfiddle.net/pablojim/Hjdnw/ within my angular app.
However, unlike in the example above, i am using version 1.2.28 instead of v1.0..
I have replicated my set up here: http://plnkr.co/edit/ugIbk80yBXuvjsUFhiiP?p=preview
However i am getting 2 errors in the console:
TypeError: HighchartsAdapter is undefined
Error: H is not a function
Does the order of script loading matter? I am following:
<script data-semver="1.2.28" src="https://code.angularjs.org/1.2.28/angular.js" data-require="angular.js@1.2.x"></script>
<script src="highcharts.js"></script>
<script src="highcharts-ng.js"></script>
<script src="app.js"></script>