I'm not sure I understand your question.  Does  hAxis: { format: "HH:mm:ss"
} do what you want?   Maybe you are asking how to get the epoch time
(milliseconds) converted to a timeofday value.  I believe all you need to
do is put all your milliseconds in the 4th element of an array with 0s in
the first three, like this: [0, 0, 0, epochTime].  Hope that helps.

dan


On Fri, Jun 14, 2013 at 1:47 AM, Uddhav Arote <[email protected]> wrote:

>  OK ! Then  what is the alternative  way to plot ''hh:mm::ss'' format
>  epoch time on x-axis?
>
>
> On Friday, 7 June 2013 12:17:56 UTC+5:30, Uddhav Arote wrote:
>>
>> Hi all,
>>   I want to plot a real time per second data using Linechart. I get an
>> epoch time and 63 values at that time as string. How to convert my epoch
>> time,say 130567440 into timeofday or date or time format, accepted by the
>> visualization api
>>
>> Thank you !
>>
>  --
> 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.
>
>
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   562D 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/groups/opt_out.


Reply via email to