Is it me being crazy, or are the dates listed in the annotated time
lines off by 1 month ahead?
Even the example in the Visualization API for annotated timelines are
off by 1 month.
here is the data
data.addRows([
[new Date(2008, 1 ,1), 30000, undefined, undefined, 40645,
undefined, undefined],
[new Date(2008, 1 ,2), 14045, undefined, undefined, 20374,
undefined, undefined],
[new Date(2008, 1 ,3), 55022, undefined, undefined, 50766,
undefined, undefined],
[new Date(2008, 1 ,4), 75284, undefined, undefined, 14334,
'Out of Stock','Ran out of stock on pens at 4pm'],
[new Date(2008, 1 ,5), 41476, 'Bought Pens','Bought 200k
pens', 66467, undefined, undefined],
[new Date(2008, 1 ,6), 33322, undefined, undefined, 39463,
undefined, undefined]
]);
Should be January 1st through the 6th, but the timeline chart shows
February 1st through 6th.
All my charts do the same thing.
--
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.