[visualization-api] Re: making y axis start at 0

2014-08-06 Thread Andrew Gallant
Set the vAxis.minValue option to 0:

vAxis: {
minValue: 0
}

On Wednesday, August 6, 2014 3:13:56 PM UTC-4, Neil Camara wrote:

 Hi folks,

 How can I force the chart to show 0? Please check my output chart

 http://i.imgur.com/0ClqVJw.png

 Thanks,

 Neil


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: making y axis start at 0

2014-08-06 Thread Neil Camara
Thanks Andrew again! :) I'll try it now!

On Wednesday, August 6, 2014 6:12:14 PM UTC-5, Andrew Gallant wrote:

 Set the vAxis.minValue option to 0:

 vAxis: {
 minValue: 0
 }

 On Wednesday, August 6, 2014 3:13:56 PM UTC-4, Neil Camara wrote:

 Hi folks,

 How can I force the chart to show 0? Please check my output chart

 http://i.imgur.com/0ClqVJw.png

 Thanks,

 Neil



-- 
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.
For more options, visit https://groups.google.com/d/optout.