functon grit(){ var opt={ title:{ show:false,//日常時設置爲false,隱藏沒有數據的文字提示 textStyle:{ color:'#bcbcbc' } text:'沒有數據', left:'center', top:'center' } } if(dataY.length===0){ opt.title.show=true//沒有數據時,顯示title提示 } return opt; } //
若是對你有幫助,請點贊!!!我喜歡贊!!!javascript