Hi.
For example I have this simple code.
var data = [
[new Date(1700), 60],
[new Date(1800), 120]
]
dataToRender = new google.visualization.DataTable();
dataToRender.addColumn('string', 'Date');
dataToRender.addColumn('number', 'Seconds');
dataToRender.addRows(data)
And I want to convert Seconds column to format like '00:01:00' and display
on Y axis on AreaChart.
The vAxis.format doesn't work.
Please help, how I can do this ?
I want to do something like google analitics.
As I see from JSON from google analitics, they returned from server
something like that value {v: 120, f: '00:02:00'} for rendering.
Thanks.
<http://img39.imageshack.us/img39/8631/jm1.png>
--
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.
For more options, visit https://groups.google.com/groups/opt_out.