Hi,
I don't really understand your question, as areachart's x axis does not have
any notion of time.
Each value on the x axis is treated as a simple string.
For example, if your values are 1, 2, 5, it won't understand that the 5
should be more distant from the 2 than the 2 is from the 1. It treats them
as strings.
In our example,
http://code.google.com/apis/visualization/documentation/gallery/areachart.html,
you see years, but it is not really years, it's the strings '2005', '2006',
...
So of course you can have hours instead if you use the strings '2:30 am' or
whatever.
Regards,
VizBoy.
On Tue, Jan 6, 2009 at 12:46 AM, brady <[email protected]> wrote:
>
> I am using the area chart visualization to display air quality data
> over a 24 hour period. How do i format the date such that it shows the
> x axis labels in hours instead of days?
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---