Hi Jason, Sadly, this is not currently possible. Both axes will attempt to pick 'nice numbers', so unless you pick those numbers for them and the math works out such that there's the same number of nice ticks, it will not be aligned. If you're not using Material charts, you could get alignment by explicitly specifying the view window as well as the ticks that appear on the axis.
I'm not sure what you mean when you say that "both Y axes appear to get cut off". Could you please either post a screenshot or link to a jsfiddle? On Wed, Mar 2, 2016 at 3:53 PM Jason <[email protected]> wrote: > Hey!! > > Is it possible to line up the vertical / Y axes grid lines so that both > sides share the same grid lines? The Y axis values are different for each > but It would still be nice to have only 3 Y Axis grid lines instead of 5. > In addition, when I use the Dual Y chart my Title, and both Y axes appear > to get cut off but the gridline values stay as well as the x axis options. > Any thoughts to why this is? > > I tried setting all the positions to 'out' but did not help them get > displayed (I know its the default but thought I'd declare it anyway). > Here are the options I currently use: > > var options = { > title: 'Large number vs Small Number, 1 month', > titlePosition: 'out', > > width: 1000, > series: { > 0: {axis: 'Large'}, > 1: {axis: 'Large'} > }, > hAxis: { > title: 'Date', > format: 'M/d/yy', > textStyle: {fontSize: 10}, > gridlines: {count: 31} > }, > > axes: {y: { > 0: {label: 'This is big'}, > 1: {label: 'This is small', > minvalue: 0, > maxvalue: 100}} > }}; > > -- > 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 > https://groups.google.com/group/google-visualization-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/b921dc05-920a-41c4-9732-a235ebb03658%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/b921dc05-920a-41c4-9732-a235ebb03658%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google, Inc• [email protected] <[email protected]>* -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAEwwup5XUMz0YZpSTopLG_f2nnx0aORJ4neSGk4w_ST8UHM5ww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
