option = { title: { text: '柱状图' }, color: ['#A52A2A','#458B00'], xAxis: { data: ['201601', '201602', '201603', '201604', '201605', '201606', '201607', '201608', '201609', '201610', '201611', '201612'] }, yAxis: {}, series: [{ type: 'bar', name: '趋势1', data: [1220, 6182, 2191,3234, 290, 330, 2310,1234,12345,2345,345,678] },{ type:'bar', name:'趋势2', data:[1220, 182, 2191, 1234, 2903, 2330, 2310,1234,12345,2345,8345,678] } ] };