前景提要
HDC调试需求开发(15万预算),能者速来!>>> option = { tooltip: { trigger: 'item' }, legend: { data:['申请融资金额','预测融资金额','增长率','预测增长率'], x:'right' }, xAxis: [ { type: 'category', data: ['2016-06','2016-07','2016-08','2016-09','2016-10','2016-11','2016-12'] } ], yAxis: [ { type: 'value', name: '申请融资金额(万元)', axisLabel: { formatter: '{value}' } }, { type: 'value', name: '增长率%', axisLabel: { formatter: '{value} ' } } ], series: [ { name:'申请融资金额', type:'bar', data:[112.0, 114.9, 117.0, 143.2, 151.6, 176.7,], barGap:100,// itemStyle: {normal: {color:'#FF6600'}}, }, { name:'预测融资金额', type:'bar', data:[, , , , , , 185], itemStyle: { normal: { color:'rgba(181,195,52,0.5)' }, }, }, { name:'增长率', type:'line', yAxisIndex: 1, data:[2.0, 2.2, 3.3, 4.5, 6.3, 10.2, ], itemStyle: { normal: {color:'#00CCFF'} }, }, { name:'预测增长率', type:'line', yAxisIndex: 1, data:[, , , , , 10.2, 20.3], itemStyle:{ normal:{ color:'#00CCFF', lineStyle:{ type: 'dashed' } } }, } ] };
现在怎么让这些柱子回到正中间呢? 在线等。。。。