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.


Related Query

More Query from same tag