自定义代码:function(){ return Math.abs(this.value)+'人';},怎么修改为白色显示?
function(){ return '<span style="color:white;">'+Math.abs(this.value)+'人'+' </span>'; //标签系列色(red-红色;white-白色) }
自定义标签-https://help.fanruan.com/finereport/doc-view-1882.html
——————————————