echarts图表没有数据的时候,在页面显示暂无数据
程序员文章站
2022-06-07 19:31:52
...
if(arr.length=='0'){
option = {
title: {
text: '暂无数据',
x: 'center',
y: 'center',
textStyle: {
color: '#65ABE7',
fontWeight: 'normal',
fontSize: 16
}
}
}
}else{
option = {
}
}