Hi guys!

I'm trying to write a code that display a LineChart in my web page. This 
chat has to have 2 coordinates: a number (ID) and a date (DATA) in the 
format like this "2014-06-05 17:42:07".

But when I open my html page I get the error specified in the object.

This is the Json code that I got back:

*{*
*  "cols":[*
*        {"label":"PRESSIONE","type":"number"},*
* {"label":"DATA","type":"string"}*
* ],*
*  "rows":[*
* {"c":[{"v":"5"},{"v:":"2014-06-05 17:42:07"}]},*
* {"c":[{"v":"7"},{"v:":"2014-06-05 17:35:02"}]}*
* ]*
*}*

Which format I need to use for may DATA column for resolving the issue? The 
important thing is that I want to display the entire data (data+time)

Thank you,

Samuel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to