Hi all!
I'm tryng to display a google chart in web page by giving to google the
following Json format table:
*{*
* "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"}]}*
* ]*
*}*
The values "PRESSIONE (number)" and "DATA(timestamp)" are stored in a myslq
db and since I want to display the entire format date (date+time), I've
converted the timestamp value into string value.But when I open the page I
got the error in the object. Anyone could tell me how can I resolve the
issue?
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.