Ok, I guess I finally arrived at the solution that fixes all the little 
issues

vAxis: {
   format: '#,###',
   minValue: 0,
   maxValue: 4
}

This way: no decimal part is showed in the tick labels, only the positive 
part of the y-axis is showed in any case (even when there are only 0 
values), the nice thousand separator is showed when needed. Furthermore no 
double ticks are showed in case of  y-values  <4  (I have the 0,1,2,3,4 
tick showed, instead of 0,1, 1, 2, 2).

When I use logScale: true I had to set minValue: 1  , otherwise no x axis 
nor lowest y tick is drawn.

Thank you so much!
Thomas

>

-- 
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 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/61cb6799-f71b-49a0-8eb2-28251f0acc92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to