标签自定义
function(){
if(this.seriesName=="进度"){
return this.value+"%";}
else{
return this.value+"KM";
}
if(this.category=="进度"){
return this.category+this.value.toFixed(4)*100+"%";
else {
return this.category+this.value+"KM";}