I have building a pie chart using HighCharts library, and here is my chart:
// http://jsfiddle.net/t2MxW/20890/ var chart = new Highcharts.Chart({
I usually just disable the style in css so I can still access the hover event in JS if needed...
.highcharts-tooltip { display: none; }