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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to