仪表盘颜色.frm
你的文件给你修改好了。
function(){ if(this.percentage<0.33){return "<font color='#ff0000'>"+(this.percentage*100).toFixed(2)+"%"+"</font>";}else if(this.percentage>=0.33&&this.percentage<0.66){return "<font color='blue'>"+(this.percentage*100).toFixed(2)+"%"+"</font>";}else if(this.percentage>=0.66&&this.percentage<1){return "<font color='green'>"+(this.percentage*100).toFixed(2)+"%"+"</font>";}else{return "<font color='pink'>"+(this.percentage*100).toFixed(2)+"%"+"</font>";} }