It sounds like what you want to do is format your data values, not your
axis tick values. I see you have an option that says "dateFormat:
'HH:mm:ss'" but it doesn't work that way. You have to either convert your
date or time data into string data, or at least specify the formatted
representation of each value by using a Date Formatter. See
https://developers.google.com/chart/interactive/docs/reference#dateformatterfor
how to use a date formatter, and
https://code.google.com/apis/ajax/playground/?type=visualization#date_formatterfor
a working example. You will want a format pattern like this:
var formatter = new google.visualization.DateFormat({pattern:'HH:mm:ss'});
On Thu, May 22, 2014 at 5:29 PM, murphy horta camargo <
[email protected]> wrote:
>
> --
> 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/d/optout.
>
--
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> -
978-394-1058
[email protected] <[email protected]> 5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA
--
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/d/optout.