能实现吗
哪个格式的仪表盘
============
function(){if(this.value>70)return this.percentage*100+'%';else return "";}
数据
值大于70显示百分比,小于不显示百分比
效果