As for the moment, line chart does not support specifying the grid granularity (current implementation always divides the chart into 4 section). Also, the current implementation tries to choose round tick values (0, 25, 50 etc) so in your case it broadens the range to below the minValue (1) to include 0 as the lowest tick. We might support user specified number of sections and tick values in the future. The best you can do right now is set vAxis.baseline: 1 to draw the base line on the logical minimum value. The lowest tick value will stay 0 though.
Hope this helps. On Feb 15, 5:17 pm, tkapler <[email protected]> wrote: > imagine linegraph to show position # in search engine on first 10 > pages (result 1 - 100 on Y-axis) per date (X-axis) > > I need to setup minimum value to 1, maximum to 100 and also would be > great to show grid size on Y-axis per 10 (10,20,30...) to diferentiate > search results page > > The problem is that there is no setting for grid size (or i haven't > found it) so it shows 0,25,50,75,100 > and if I set minValue to 1, it does't do anything, it stays on > '0' (what is obviously quite stupid as there is nothing like Zero > position) > > Is there any way how can i solve one or both of theese problems? I > have tried to setup format for vaxis, but it seems that it do not > support setting special format for zero value, only positive and > negative. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
