hi i have been trying to use data from MYSQL database and use them to create graphical chart with chart.js. i encoded data into JSON data( through a php file name data1.php), no
I am not quite sure if you mean this:
var chartjsData = []; for (var i = 0; i < json.length; i++) { chartjsData.push(json[i].present_worth); }
http://jsfiddle.net/rnX2Z/1/
Otherwise comment ;)