暂无数据 居中提示echarts 配置项内容和展示

配置项如下
      option = {
    title: {
        text: '暂无数据',
        x: 'center',
        y: 'center',
        // top: "114",
        textStyle: {
            color: '#888',
            fontSize: 14
        }
    }
}
    
截图如下