I'm trying to add features to a complicated Annotated Timeline 
(https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline).
 
I've provided checkboxes for adding and hiding lines. It has two y-axes, 
each of which represents a group of similar lines. (I'm making sure only 2 
groups of lines are displayed at a time.)

The user is in control of which lines (or even which groups) will be shown 
at any given time, so the lines used as the basis for the y-axis are set on 
the fly.

My question is: how do I scale a y-axis based on a group of lines? 
Currently the y-axis only matches the scale of the line on which it's 
based. How do I make that y-axis represent the scale of  a group of lines? 
Or conversely, how do I make a group of lines fit the scale of a particular 
y axis?

thanks!

-- 
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/groups/opt_out.


Reply via email to