Sorry, Jordan, we don't have a way of getting the generated ticks so you can apply them to a second axis. But the same ticks will be generated for two axes if they both have the same viewWindow, so it wouldn't be as hard to just get the min and max of each series and set your viewWindow.min and .max for both axes to min of both and the max of both.
On Mon, Jun 8, 2015 at 4:53 PM, Jordan Sinko <[email protected]> wrote: > Good afternoon, > > I am working on a problem where I need both the Y-Axis tick marks to > match, no matter if the data is shown between the ticks. > > For example, series 1 data could be [11, 27, 32, 41]. Series 2 data could > be [0,2, 8]. > > If the charts automatically generated ticks are [10, 20, 30, 40, 50], I > would need to use this on the right side as well. Is there a way that this > can be done easily without manually creating a range and assigning to both > axes? > > Thanks in advanced! > > Jordan Sinko > > -- > 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.
