pie3d the chart label is used the function:
label: function(obj) {
var sum = pieChart2.sum("#valor#");
return obj.tipo + " (" + Math.round(parseFloat(obj.valor) / sum * 100) + "%)";
}
as used in bar chart for the tooltip?