score:4

Accepted answer

series should be an array. So you need to just change:

series: json

To:

series: [json]

Working example: http://codepen.io/anon/pen/Kfgsd

Documentation: http://www.highcharts.com/docs/chart-concepts/series

score:0

your problem i think that you haven't specified where your chart should be inserted to, afaik you either should specify the renderTo option for the class constructor options or use the $('#container').haighcharts({...}) jquery helper


Related Query

More Query from same tag