Hi You can set the min value and max value of the vAxis to be 0 and 4, and this way it would probably use the numbers you wanted. Also, you can choose the formatting of the axis ticks using the format option. Read here for more details: http://code.google.com/apis/visualization/documentation/gallery/columnchart.html#Configuration_Options
<http://code.google.com/apis/visualization/documentation/gallery/columnchart.html#Configuration_Options> Best, Viz Kid On Wed, Feb 23, 2011 at 12:12 PM, BiBi <[email protected]> wrote: > Hi, > > In my column chart - core chart, it display v axis (y axis) in decimal > points. > > ex: 0.8 , 1.1 , 1.4 , 1.7 , 2.0 > > I want it like this. 0 , 1 , 2 , 3 , 4 > > > Can anyone help me with this. > > Thx > > -- > 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. > > -- 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.
