I have the following two LineCharts:

http://jsfiddle.net/Jv5LD/

Let's say the x-axis represents time measured in minutes since some 
arbitrary start time. I have annotations A and B in both charts that happen 
at the same time and represent the same event. However, in the top chart, 
there are some null values at the end which cause the x-axis range to be 
shortened (I specified explicitly min:1 max:10). I really want the 
annotation lines to align in both charts and I know that if I convert the 
x-axis column to be of type "string" instead of "number", I get what I 
want. But is there a way to make this work keeping the type "number"? (that 
is, maintain the exact same range on both charts so that the annotation 
lines are aligned even when there might null values in different places).

Thanks in advanced for any help.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to