因为数字太长我想换成万元的格式
-------
function(){ return this.category+this.seriesName+(this.value/10000).toFixed(2)+"万元";}