{tooltip: {trigger: 'axis',axisPointer: { type: 'cross' }},legend: {data: ['新增客户数', '新增客户两年内回款情况'],type: 'scroll',selectedMode: false },grid: {left: '3%',right: '4%',bottom: '3%',containLabel: true},xAxis: [{type: 'category',data: xAxis}],yAxis: [{type: 'value',alignTicks: true, axisLabel: {formatter: '{value}万元'},name: '新增客户两年内回款情况',minInterval: 1},{type: 'value',alignTicks: true, minInterval: 1,name: '新增客户数'}],series: [{name: '新增客户两年内回款情况',type: 'bar',itemStyle: {color: '#5470C6'},yAxisIndex: 1,data: seriesB},{name: '新增客户数',type: 'line',showSymbol: false,lineStyle: {color: '#1FF0F1',width: 3},data: seriesA}]}