score:0

the issue was that the ajax request was async. so the chart was drawn without any data.

the ajax request has to have async: false, so the data can be loaded and after that the chart draws with the data.


Related Query

More Query from same tag