Hi, you can use the datetime type to do this. This would just be a matter of creating dates that have time as well. Alternatively, if you don't actually want to tie your times to any dates (although it sounds like you do), you could use the timeofday type. The timeofday type is just an array. So you would specify your items as [HH, MM, SS]. For example [13, 5, 30] represents 13:05:30 in HH:MM:SS form.
On Thu Sep 18 2014 at 3:51:45 PM Leandro Godek <[email protected]> wrote: > Hello, > > You can generate a graph for the data type "HH:MM:SS"? So far I have not > found solutions for this type of presentation. > > Example: I want to draw a graph that shows the time that certain users > were connected to the Internet. > > I appreciate any help. > > Leandro Godek > > -- > 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. > -- 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.
