function(){ return this.seriesName+" "+this.value.toFixed(0)+"K "+
this.percentage.toFixed(2)*100+"%";}
FR.contentFormat(this.percentage*100, '#0')+"%"
(this.percentage*100).toFixed(0)
也可以在SQL上直接只保留整数
round()
function(){ return this.seriesName+'<br/>'+FR.contentFormat(this.value,'#0')+'万'+'<br/>'+FR.contentFormat(this.percentage,'#0.00%');}
使用html解析文本内容