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

echarts图表无数据无时,在页面显示暂无数据

程序员文章站 2022-06-07 18:37:06
...
var option = {
    title: {
        text: '暂无数据',
        x: 'center',
        y: 'center',
        textStyle: {
            color: '#fff',
            fontWeight: 'normal',
            fontSize: 16
        }
    }
}

 

相关标签: echarts