Typeerror: Highcharts[h] Is Not A Function
My Plnkr link: http://plnkr.co/edit/S0BKjrgxz564oCPs9nCw?p=preview Any idea why I would be getting this error? Not sure where Highcharts[h] is... Controller Code (function() {
Solution 1:
You were using highcharts, and not the highstock.js library, but specifying highstock in the config.
http://plnkr.co/edit/mr4STsk3ekVOwXpZVgk0?p=preview
<scriptdata-require="highstock@4.2.3"data-semver="4.2.3"src="//cdnjs.cloudflare.com/ajax/libs/highstock/4.2.3/highstock.js"></script>
Post a Comment for "Typeerror: Highcharts[h] Is Not A Function"