On Tue, Mar 23, 2010 at 3:55 PM, sunvsunv <[email protected]> wrote:

> Hi,
>
> I am working on drawing annotated time line charts.
> My Requirement is to show 2 weeks data first with each day on X-axis.
> This works fine.
> Now what I want to do is when I click on day's data point, or on "1d"
> hyperlink,

I don't think the AnnotatedTimeLine exposes an event to indicate that the
user clicked on a data point.  (there is an event when the user clicks on an
annotation flag/marker, the select event.)  however, when the user clicks on
"1d", the AnnotatedTimeLine will fire a "rangechange" event, which you can
catch and redraw the AnnotatedTimeLine with a different DataTable containing
different x-axis labels.

I don't think there is any built-in support for filtering the labels on the
x-axis based on the zoom level.

> I want to show one day's data in hour interval. Now my X-
> axis would change from date to hour.
>
> When I plot 2 weeks data, my X-axis would be 3/16, 3/17, 3/18.....
> 3/22.
> when some one clicks on the data point of 3/17, I want to show 00.00
> AM, 01.00 AM, 02.00 AM ..11PM
>
> Is it possible to implement this with Annotated time line?
>
> Thanks in advance for your time.
>
> --
> 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.

Reply via email to