I am using the Google PieChart visualization and by default, when you mouse over the various slices of the pie chart, there is a tooltip that displays information about the data slice. I would like to disable this tooltip from displaying altogether.
You can easily add a listener to the onmouseover event, but I'd like to override that event altogether. Has anyone done this before?
Thanks