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/
Source: stackoverflow.com
Related Query
- How do I make Highcharts half-donut appear in angular application?
- How to make a Highcharts semi-circle donut chart using Hightchart-ng
- Highcharts - How to Make the legend item width half of the contianer?
- How to display legend in Highcharts Waterfall Chart and make the sum column of waterfall appear in multiple colors?
- How to make Highcharts default pie not show when Angular page loading
- How to make highcharts default to 0 for missing data
- How to use highcharts with angular 5?
- How to make highcharts scrollable horizontally when having big range in x-axis
- how to make highcharts pie datalabels always in center of each slice?
- HighCharts box-plot: how to make it horizontal
- How to fix "Property 'type' is missing in type but required in type 'SeriesXrangeOptions'" in angular highcharts module
- How to structure Angular with Highcharts and lots of dynamic data
- How to make a pie chart from highcharts responsive
- How do I use an Highcharts Solid Gauge in angular 6 with typescript?
- Angular Highcharts - How to enable noData options and update it dynamically
- How to enable noData with highcharts and angular
- How to get the Div id of charts in highcharts on click of it in angular 6
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- How to set 'lang' property in Highcharts using Angular JS?
- How to make Highcharts fetch data from external JSON file?
- How To Call A Function To Make A Graph Using HighCharts in PHP
- How can I make a graph with highcharts from csv file?
- How do i add mouse wheel code in Angular2 highcharts in typescript
- Highcharts - How to make a scatter plot with multiple series from HTML table
- how to display 2 same highcharts without duplicate the code
- how to make custom directive or pass variable in directive in angular js
- Use of DotNet HighCharts dll to make charts in code behind
- how to render angular directive in Highcharts tool tip in Angular8
- How do i make connectors (lines connecting datalabels) of piechart in Highcharts look straight lines and not curved?
More Query from same tag
- Prevent y-zoom for specific series/y-axis on highcharts
- How to implement Highcharts column-drilldown chart in Rails application?
- Highcharts internal or PHP solution to have equal year distance on x-axis?
- How to update Highcharts with multiple series via JSON?
- access svg element in a arearange HighCharts chart
- Highcharts how to change x axis options
- Is it possible to trigger tooltip in highchart of a line chart ONLY when the mouse hovers over the point?
- How to add background color on highchart based on flag?
- Why highstock charts have two yAxis?
- Change X axis label on Drill Down using HighCharts
- Date Vs. Time Graph With HighCharts
- how to create multiple chart is my data is coming into xml?
- How to change height of ENTIRE xAxis labels using Highcharts?
- Highcharts bubble horizontal stacking
- Highcharts - Shared tooltip for categorical bubble chart
- Removing hh:mm:ss from PHP's strtotime function
- Highchart customized x axis values with Group By Year
- Highchart's Polar Chart: Apply Gradient Color on Intersecting Area Series
- Updating speedometer data from json object created with PHP script
- HTML displaying values in JavaScript "data"
- HighCharts moves screen position on load
- Highchart step line chart tooltip show old data when there is no data
- Clickevnts on MinorTickMarks getting minortickposition in highcharts
- High Chart to Image
- Adding comma format to Highcharter tooltips
- Highchart dependencyWheel DataLabels positioning
- Highchart - give to series-marker other zIndex then to the series-lines
- Highstock - Comparison chart doesn't start at 0%
- How to prevent Highchart from severely change declines?
- Show message "Loading..." in Highcharts on loading data from array