Awesome Chartecharts 折线配置项内容和展示

配置项如下
      option = {
    title: {
        text: 'Awesome Chart'
    },
    xAxis: {
        data: ['first', 'second', 'third']
    },
    yAxis: {},
    series: [{
        type: 'line',
        data:[-1, 0, 0]
    }]
};
    
截图如下