function(){ return "初查:"+this.category+"天"+this.seriesName+":"+(this.value*100)+"%";}
需要处理value的 (this.value*100).toFixed(2)
.toFixed(2)
this.value.toFixed(4)*100