score:1
Accepted answer
Solved the issue.
Needed to change the line
series.data.push(obj.data);
to;
series.data = obj.data;
score:1
Put chart = new Highcharts.Chart(options);
inside success
event.
Source: stackoverflow.com
Related Query
- Highcharts with ajax and json data what am i doing wrong?
- Highcharts with JSON data and multiple series
- Highcharts - Global configuration with common code and unique data & Headings
- JSON Data Map Issue with HighCharts + Ajax
- Use JSON with HighCharts and AJAX
- Load highcharts data with laravel and ajax
- Highcharts - Get and plot data with MySQLi + JSON (step by step)
- Reload chart data via JSON with Highcharts
- Highcharts data series issue with ajax/json and PHP
- creating highchart with ajax json data
- Load data into Highcharts with Ajax
- Ajax and Highcharts - Display 'loading' until data is retrieved, then populate chart
- How to structure Angular with Highcharts and lots of dynamic data
- Creating a line graph with highcharts and data in an external csv
- Highcharts v3.0.1 problems with rotating data labels in IE8 and jQuery v1.7.1
- Highcharts load data with ajax to populate the tooltip
- Formatting JSON Data with ColdFusion for HighCharts
- AngularJS for Highcharts with dynamic ajax data
- Rails collecting and rendering JSON data in to a Highcharts graph
- Highcharts and Json data
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- Highcharts Column-chart with php and Ajax
- Highcharts Time Data With Irregular Intervals In Wrong Order
- Highcharts show the same yAxis start and end value with multiple data series
- dynamic highcharts with json data
- HighCharts & MVC: How to load whole graph definition and data with JSON?
- How to construct HighCharts data series to match returned Json via ajax call
- Retrieving JSON data for Highcharts with multiple series?
- highcharts Gauge live data with ajax
- passing formatting JavaScript code to HighCharts with JSON
More Query from same tag
- Highchart 2.1.5 stacked bar chart
- Strip/escape special characters from Google Spreadsheet field before passing data to Highcharts Graph
- Hover effect on Inside/InnerSize of donut chart?
- scatter chart high number of points
- Trouble showing high-maps and high-charts on same page?
- AngularJS and angular-translate: Using the translate filter in an object literal
- Populating Highcharts chart with data received from MySQL
- Parse data from specified columns highcharts.js
- Highcharts Gauge not showing in Angular
- Highchart: Flags goes out of stock chart on set extreme
- Highcharts: How to resize chart from external JS?
- Making two series point in opposite directions in highcharts
- Highcharts Drilldown is not show if i have more than 4000 data points
- PHP Outputing JSON file
- Highcharts - Exporting options for print to match export to png
- Pie Chart is not showing correct value due to asynchronous data retrieve in Angular JS
- How to get Yaxis values from highchart
- highcharts get all of the minimum points of the chart
- Remove label from chart when exporting
- Highstock.js: Not able to create multi pane chart with two stacked column charts, one "normal" and the other "percent"
- Pagination in Highcharts
- Highcharts Pie Chart Label Threshold
- Change color of stacked bar chart
- Series from highcharts not showing up
- Stacking columns but not lines in same chart highcharts
- Highcharts Y axis needs to be on the X axis
- highchart stacked bar plotting data doesn't work by javascript
- Highcharts Point Select/Unselect Events
- In Highcharts, how to make box plot outliers transition from light to dark colors?
- Highcharts column change color, but marker/dot not changing