Empty dataecharts 配置项内容和展示

option.series is empty array

配置项如下
      option = {
    graphic: {
      type: 'text',
      left: 'center',
      top: 'middle',
      z: 100,
      style: {
        fill: '#444',
        text: '暂无数据',
        fontSize: 26
      }
    }
}
    
截图如下