[visualization-api] Re: timeline api

2008-12-16 Thread pd
awesome, thanks. On Dec 16, 2:28 pm, stevep wrote: > Don't put the numbers in a string. > > Just use > new Date(2008,1,1); > > On Dec 16, 9:23 am, pd wrote: > > > IE 7 doesn't seem to recognize this code; works fine in FF; IE shows > > the latest day by default > > >         chart.draw(data, {z

[visualization-api] Re: timeline api

2008-12-16 Thread stevep
Don't put the numbers in a string. Just use new Date(2008,1,1); On Dec 16, 9:23 am, pd wrote: > IE 7 doesn't seem to recognize this code; works fine in FF; IE shows > the latest day by default > >         chart.draw(data, {zoomEndTime: new Date('2008, 1, 1')}); >         chart.draw(data, {zoom