And suddanly it wors :-)

Thanks for your  help.

For people with same problem, below some info;

my php string $graphdata="[new Date(2013,3,20,18,18),303.51,300],[new 
Date(2013,3,20,18,13),303.52,300]... "

in java
function drawChart() {
         var data = new google.visualization.DataTable();
data.addColumn('datetime', 'datetime');
data.addColumn('number', 'Average');
data.addColumn('number', 'Norm');
data.addRows([<?php echo $graphdata?>]);

-- 
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.


Reply via email to