David,

There is no way currently to show different values on the axis at different
scales.  You can format the same date-time values in different ways at
different scales, but to show entirely different values, you would have to
provide different data.   But the AnnotationChart only works with date-time
values currently.

You might be better off starting with the underlying chart components,
using a ChartRangeFilter that you can control more directly.    See
https://google-developers.appspot.com/chart/interactive/docs/gallery/controls
. You would handle the 'statechange' event and switch the data to
correspond to the current range.


On Thu, Jun 11, 2015 at 4:42 PM, david spagnolo <[email protected]>
wrote:

> I'm currently working on a project using an annotation chart. The issue
> I'm having is that I want the user to be able to look at a point on a graph
> from a daily context where they can see the summation of all occurances
> within each of the 24 hours of a day. However, when they zoom in with the
> range slider, I would like the user to be able to see the data points as
> they occur minute by minute.
>
> For example: Lets take the first hour of the day: Midnight to 1Am. Let's
> say there are a total of 17 occurences during this hour each with their own
> timestamp precise  to the minute and second. Now, if the user is looking at
> the whole day, I would like them to be able to see that the midnight to 1AM
> hour data point shows up as a 17. However, when they zoom into that hour I
> would like them to be able to see the 17 individual data points precise
> down to the minute. Then optimally to take that minute and look at it
> precise to the second if there is more than one occurence during the chosen
> minute.
>
> Is this possible to do?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to