option = { title: { text: 'Awesome Chart' }, xAxis: { data: ['first', 'second', 'third'] }, yAxis: {}, series: [{ type: 'line', data:[-1, 0, 0] }] };