Rivka, There is no option to specify the specific minor gridline tick values, only the count.
However, if you can swap your axes, so the logarithmic axis is vertical, then there is a hack you can use to get almost the same effect. What you would have to do is set up two vertical axes, one the left and one on the right. You would need an additional column of null values, and for series 1, target axis 1, which is on the right. Then you use the left axis to specify the major ticks and the right axis to specify the minor ticks, and also set the viewWindow min and max for both to be the same axes. For the right axis, you would set tick label color to 'none', and set the gridline color to the lighter color you want for the minor gridlines. On Mon, Dec 22, 2014 at 5:42 AM, rivka <[email protected]> wrote: > I need to display a graph with gridlines and minor-gridlines, where the > hAxis consists of gridlines with the logarithmic set of (125, 250, 500, > 1000, 2000, 4000, 8000) and minor gridlines with the logarithmic set of > (750, 1500,3000,6000). See the attached diagram. > But, although I can set ticks for the main gridlines, the minor gridlines > only allow specifying the number of lines, which the graph knows to draw > with set intervals. Since our scale is logarithmic, and thus the intervals > are not set, the minor gridlines are not displayed. > > Is there a way to specify the exact ticks for the minor gridlines, or to > tell the graph to draw logarithmic minor gridlines? > > ...thanks > > -- > 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.
