Hi,
I use php pie chart and after searching on the internet, I’ve seen that the ajax request.responseText contains which is echo on my php page, but instead of displayig the chart, I’ve got a 0%. (see http://prnt.sc/rwvfxy).
But when I apply like the example, which a echo in my script, it works, but if I do an ajax request which is echo the same json output with json_encode($dataPoints, JSON_NUMERIC_CHECK) it doesn’t.
Thank you for response.
Batmine3