在文本自定义中,this.value改成百分比的形式,请问如何写?
function(){
return this.seriesName+this.value;
}
function(){return this.seriesName+this.value/100+"%";}