What chart are you using? (BTW I found it confusing that your data table is called "mydate" -- that sounds like the name of a Date object. Why not call it "mydata" or something?)
On Thu, Jun 17, 2010 at 12:49 AM, Peter <[email protected]> wrote: > I have an interactive chart in which I can see the amount of orders on > a specific date. > But I want to be able to have a chart in which I can zoom in to even > time (so hours/minutes/seconds) > > Is that possible? > > Now I'm doing this: > > mydate.setValue(0,0,new Date(2008,1,1)) > > I'm searching to be able to do provide a full date with > year,month,day,hours,minutes and seconds: > mydate.setValue(0,0,new Date(2008,1,1,18,23,45)) > > Is that possible? > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
