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

配置项如下
      var uploadedDataURL = "/asset/get/s/data-1516368335737-HJdRbO1Sf.xlsx";

var uploadedDataURL = "/asset/get/s/data-1516368335737-HJdRbO1Sf.xlsx";

var uploadedDataURL = "/asset/get/s/data-1516368335737-HJdRbO1Sf.xlsx";

var uploadedDataURL = "/asset/get/s/data-1516368089118-rkZ1WO1Hz.txt";

option = {
    title: {
        text: 'Awesome Chart'
    },
    xAxis: {
        data: []
    },
    yAxis: {},
    series: [{
        type: 'line',
        data: [220, 182, 191, 234, 290, 330, 310]
    }]
};
    
截图如下