我想把标签的数字从00000改成000,000,000的形式,怎么不行呢
return this.category+"<br>"+this.seriesName+":"+formatNumber(this.value, '#,##0')+"千元"
函数错误了:
FR.contentFormat(this.value, '#,##0')+"千元"
-----------------------
function(){ return this.category+"<br>"+this.seriesName+"<br>"+FR.contentFormat(this.value, '#,##0')+"千元"
;}