According to this reference http://code.google.com/apis/chart/interactive/docs/gallery/linechart.html , tooltip.trigger = 'none'
turns off tooltips on a chart.
How do you use this? data.tooltips.trigger = 'none'
?
And, how do you turn off tooltips for a single column?