yh nbecharts 柱状配置项内容和展示

配置项如下
      option = {
    title: {
        text: 'yh  nb'
    },
    xAxis: {
        data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', ]
    },
    yAxis: {},
    series: [{
        type: 'bar',
        data:[220,200, 191,34, 290, 330, ]
    }]
};
    
截图如下