Seeing your full code would be most helpful to figuring this out.

Is the minimum value on the chart constant?  The way the API works, you get 
values for every gridline, starting with the baseline and working up.  If 
your chart has a range of 0-10, and you leave the gridlines.count option at 
its default, then you should see the values 0, 2.5, 5. 7.5, 10.  See this 
example: http://jsfiddle.net/asgallant/xWeSC/

On Thursday, May 9, 2013 12:23:27 AM UTC-4, ggm wrote:
>
> the rules around maxValue and max for windowViews are really confusing me.
>
> I want a graph which displays 0 .. 10 on the vAxis.
>
> if I specify vAxis.max 10.0 I can find 0..9 and the 10 value is consumed 
> by frame edge and lost.
> if I specify vAxis.max 11.0 I am guaranteed a valuepoint of 10, but 
> sometimes acquire 11.0 as well.
>
> if I specify a windowView even with 'explicit' I cannot guarantee range in 
> axis is 0..10, it can be 0..9 displayed.
>
> I want something functionally like gnulplots set yrange [0:10] without any 
> confusion about what is or is not the displayed value!
>
> (I realize this is probably a shoot-self-in-foot moment, and that a 
> combination of other decor and the view window/clipping is causing this)
>
> cheers
>
> -George
>

-- 
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 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to