https://jsfiddle.net/g2tc4yLh/
I tried to copy my code here – got blocked.
php echo “body”.json_encode($dataPoints, JSON_NUMERIC_CHECK);
body[{“x”:” CODE1 “,”y”:2},{“x”:” CODE2 “,”y”:1},{“x”:”ICT3715″,”y”:1}]
So why is my datapoints not displayed on the chart – i just get an empty chart.