option = { title: { text: 'Awesome Chart' }, xAxis: { type: 'time', }, yAxis: {}, series: [{ type: 'line', data: [['2019-04-01', 220], ['2019-04-02',182], ['2019-04-03',191]] }] };