score:2

Accepted answer

maybe is because you're using ajax to get the data, so the highcharts method is called before the data.json is fully loaded. you should wait until the getjson is complete before trying to render the chart.


Related Query

More Query from same tag