Chartjs-Issues getting JSON string for chart.js data

1👍

Data received is in string format. You should call JSON.parse(data) on received data in order to access dataset property.

Leave a comment