here's a sample of my code, but it crashes.
var data = google.visualization.arrayToDataTable
> ([ ['Day','Time on site'], [ 'Mar 1', { v:23, f:'00:23' }
> ], [ 'Mar 2', { v:97, f:'01:37' } ], [ 'Mar 3', { v:32, f:'00:32'
> } ]
>
>
>
> ], false);
>
>
when I get rid of the { v:numericValue, f:'label'} and revert to just a
number, it works fine. but i need to show min:sec instead!
This works:
var data = google.visualization.arrayToDataTable
> ([ ['Day','Time on site'], [ 'Mar 1', 23 ], [ 'Mar
> 2', 97 ], [ 'Mar 3', 32 ]
>
>
>
> ], false);
>
>
what am I missing?
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.