series :[
{
type : 'bar',
name:'國(guó)內(nèi)汽車銷量',
barWidth: 20,
label:{
normal:{
show:true,
formatter: function(params) {
if (params.value > 0) {
return params.value;
} else {
return ' ';
}
},
}
},
data : this.seriesData
},
]
formatter函數(shù)中判斷如果是0就返回空