Jordan, There is a way to specify the major gridlines, by using the 'ticks' option. This works for continuous values, including numbers and dates, but not for discrete string values. For horizontal gridlines, the options are specified for the vAxis, but since you are working with dates, I suspect you want to specify vertical gridlines for the hAxis.
There is not yet any way to specify minor gridlines, other than the number of minor gridlines. There are some hacky ways you can get what looks like custom minor gridlines, but this might not be appropriate depending on other factors in your chart. If you can give us more details about your chart, options, and data, we might be able to help. On Wed, Jul 22, 2015 at 10:03 AM, <[email protected]> wrote: > Hello, > > I am working on a forecasting solution for my company. I am using Google > Charts and they want major gridlines on January with one case, and major > gridlines on September in another case. I was wondering if there is a a way > to pass in array of prefered major gridlines and an array of preferred > minor gridlines. If not, is there a way I can accomplish this in any other > way? > > -- > 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.
