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
Google changes the API so fast, this is what works today:
chart.draw(daily, { hAxis : {textColor: '#ffffff'}, [... your other options here ...] });