option = { title: { text: 'Awesome Chart' }, xAxis: { data: ['上海', '贵州', '四川', '河南', '北京', '陕西', '湖北'] }, yAxis: {}, series: [{ type: 'bar', data:[220, 182, 191, 234, 290, 330, 310] }] };