Referring to the kind of chart shown here: http://code.google.com/apis/visualization/documentation/gallery/barchart.html
There doesn\'t seem to be a simple switch, a
You can set hAxis.textPosition to the value of 'none'
hAxis.textPosition
none
For example:
var options = { hAxis: { textPosition: 'none' }, }; chart.draw(data, options);
See https://developers.google.com/chart/interactive/docs/gallery/barchart#Configuration_Options