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
I was able to remove the label in the material version of the chart by removing the string in my datatable.
Before:
data.addColumn('string', 'Date');
After:
data.addColumn('string', '');