score:0
It looks like highcharts.js is dependent on jQuery. Verify that jQuery is loading correctly and it's the correct version.
score:1
Download highcharts.js and link it in your app. You only have the angular directive highcharts-ng
.
score:1
Another way to do this via bower.json; Update the following dependencies.
"highcharts" : "*",
"highcharts-ng" : "*"
Run the bower update
from the command line project directory.
Use the "highcharts-ng module
var myApp = angular.module('myApp',
[
"highcharts-ng",
"ngRoute",
"myApp.view1",
"myApp.view2",
"myApp.version"
]);
Include the following in the index.html or view
<script src="http://code.highcharts.com/highcharts.src.js"></script>
<script src="bower_components/highcharts-ng/dist/highcharts-ng.js"></script>
score:4
I've come across exactly same problem. I think the answer is in the documentation. Check the git hub documentation Git hub documentation I found the solution to this. Insert the below script tag in the index above the script tag highcharts-ng.js
<script src="http://code.highcharts.com/highcharts.src.js"></script>
<script src="bower_components/highcharts-ng/src/highcharts-ng.js"></script>
This should remove the error.
score:9
highcharts-ng depends on hightcharts so you need to install them both.
bower install --save highcharts
bower install --save highcharts-ng
Source: stackoverflow.com
Related Query
- Highcharts is not defined. Error log in console
- I am facing this error highcharts.js:formatted:1 Uncaught ReferenceError: Highcharts is not defined can any one help me with this
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- Highcharts 9.1.1 export from fullscreen with print option- throw error on browser console Uncaught TypeError: a.hasAttribute is not a function
- Upgrading highcharts version from 4.1 to 7.12 getting error Uncaught ReferenceError: Highcharts is not defined
- Highcharts Error #16: charts not showing on the same page
- highcharts always console error ablout bubble_compiled.js?
- ReferenceError: HighCharts is not defined
- HighCharts error #18: Requested Axis Does not exist
- HighCharts Stock Chart error code 18
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- HighCharts is not defined
- "Highcarts is not defined error" after installing highcharts
- console error when changing line color in a HighCharts scatterplot
- JSHint and grunt.js - Highcharts is not defined
- Window Not Defined for Highcharts on Nuxt
- Highcharts parsed drilldown not showing on page but does in console
- Highcharts error csv.replace is not a function
- Highcharts Error #16 But I'm not using Highstocks
- Uncaught ReferenceError: Highcharts is not defined at Object.success
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highcharts error bars not linking with the datapoints.
- Highcharts not referenced error when using setOptions
- ReferenceError: Highcharts is not defined while including html file (with JS and CSS ) into other html file
- Highcharts throwing container not found error but the container exists
- Angular HighCharts Heatmap will not display with error 15
- ReferenceError: Highcharts is not defined when using lollipop series in react
- How can I fix the error #17 "The requested series type does not exist" error when trying to display a highcharts graph in Vue.js?
- Error 17 in highcharts : Highcharts-more js file is not loaded
More Query from same tag
- Highcharts Triple Drilldown Round Corners Plugin Bug
- Single series drilldown to multiple series Highcharts
- BorderRadius Using HighCharts HeatMap
- Two highchart update issue
- jquery display 2 series hightchart from database
- Label distance in polar chart is not equal on each angle
- How to Draw graph in ASP.NET MVC 4 using High-Charts?
- Highchart Pie Chart shows "slice 0.0%" when loading data from csv
- Highcharts trigger background click event
- Showing Context Menu on right click of High Chart series
- Highcharts: Bar with negative stack - Place title text at each side
- Highcharts export (PhantomJS) to server does not show words
- Alignment issue in dynamically updated highstock having multiple series
- Highstock marker specific option ignored
- Javascript parameter is returned as both value and undefined
- Changing lables on x-axis like from Monday to show M as per window size in HighCharts
- Plotbands to highcharts based on category
- Highcharts - arearange - low and high values in tooltip
- Dotnet highcharts not working (Missing assembly)
- Rebuild JSON after $http.get with AngularJS
- Highcharts make percentage column chart
- How to pass the correct data format from SQL to PHP
- Loop inside highchart in R
- Highcharts pie charts individual sections are not receive focus. Tooltips are not displayed on focus
- Populate Highchart Column From JSON
- Highcharts windbarb out-of-memory crash
- Printing html page elements
- Highcharts applying custom style to context button using css class
- Conditional Symbols in Highcharts
- JavaScript/Hightables - Add unique items with time and output percentage