function(){
var hb=(FR.remoteEvaluate("value('堆积',4,1,'"+this.category+"')")*1).toFixed(2);
var value1=FR.remoteEvaluate("value('堆积',2,1,'"+this.category+"')")*1
var value2=FR.remoteEvaluate("value('堆积',3,1,'"+this.category+"')")*1
var hz=value1+value2
return hz+(hb<0?"<font color='#16c153'>▼"+Math.abs(hb)+"%"+"</font> ":"<font color='#ea4431'>▲"+Math.abs(hb)+"%"+"</font> ");
;}
