Chartjs-How using charts.js with JSON?

0👍

It seems like you need to deal with asynchronous behavior.
Try to call the chart rendering function from the checkStatus within the if (response.ok) block

Leave a comment