Please am new to charts and js and was hoping someone could help me figure out how to pass data from mysql database using to php to be used as source for the plotting
Like replace this;
['Task', 'Hours per Day'],
['Work', 11],
['Eat', 2],
['Commute', 2],
['Watch TV', 2],
['Sleep', 7]
a php array
Thank you.