地图标签自定义显示
function(){return this.name.replace("分公司", "")+ "</br>"+Math.round(this.value);}
实现this.value 千分位分隔符显示
求js
参考帮助文档
[新]标签自定义-http://help.finereport.com/doc-view-1882.html
3.节
function(){return this.name.replace("分公司", "")+ "</br>"+FR.contentFormat(Math.round(this.value), '#,##0.00');}
FR.contentFormat(Math.round(this.value),'#,##0')