I have an Array with data build up in PHP and transferred tot the java script.
*<?PHP **$*graphdata *= "['20-Mar-13 18:18',303.51,300],['20-Mar-13 18:13',303.52,300],['20-Mar-13 18:08',302.48,300] ......continue..." **?>* * * In the drawChart function I call *data.addRows([<?php echo $*graphdata * ;?>])* which works well for a discrete axis. I'd like to convert the data so I can use it to make a continuous axis. How can I convert the $graphdata array so the date-time string is converted into a datetime object? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
