欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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 = {
        
    }
 }