function(){ return this.seriesName+FR.contentFormat(this.value, "#0.00")+"万元"+FR.contentFormat(this.percentage*100, "#0.00")+"%";}
function(){ return this.category+"<br>"+(this.value/10000).toFixed(2)+"万元<br>"+(this.percentage*100).toFixed(2)+"%";}