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