|  | @@ -643,8 +643,11 @@
 | 
	
		
			
				|  |  |                  type: 'shadow'        // 默认为直线,可选为:'line' | 'shadow'
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          dataZoom: [
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | +                brushSelect:false,
 | 
	
		
			
				|  |  | +                // zoomLock: false,
 | 
	
		
			
				|  |  |                  type: 'slider',
 | 
	
		
			
				|  |  |                  show: true,
 | 
	
		
			
				|  |  |                  realtime: true,
 | 
	
	
		
			
				|  | @@ -655,7 +658,7 @@
 | 
	
		
			
				|  |  |                  end: 8,
 | 
	
		
			
				|  |  |                  handleSize: 0,
 | 
	
		
			
				|  |  |                  height: 10,
 | 
	
		
			
				|  |  | -                bottom: '10%'
 | 
	
		
			
				|  |  | +                bottom: '10%',
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |              // {
 | 
	
		
			
				|  |  |              //     // realtime: true,
 | 
	
	
		
			
				|  | @@ -825,11 +828,14 @@
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          dataZoom: [
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | +                brushSelect:false,
 | 
	
		
			
				|  |  |                  start: 0,
 | 
	
		
			
				|  |  |                  end: 10,
 | 
	
		
			
				|  |  | +                type: 'slider',
 | 
	
		
			
				|  |  |                  show: true,
 | 
	
		
			
				|  |  |                  handleSize: 0,
 | 
	
		
			
				|  |  |                  realtime: true,
 | 
	
		
			
				|  |  | +                showDetail: false,
 | 
	
		
			
				|  |  |                  // filterMode: 'empty',
 | 
	
		
			
				|  |  |                  yAxisIndex: [0,1],
 | 
	
		
			
				|  |  |                  width: 10,
 | 
	
	
		
			
				|  | @@ -920,6 +926,8 @@
 | 
	
		
			
				|  |  |          ],
 | 
	
		
			
				|  |  |          dataZoom: [
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | +                brushSelect: false,
 | 
	
		
			
				|  |  | +                showdetail: false,
 | 
	
		
			
				|  |  |                  show: true,
 | 
	
		
			
				|  |  |                  realtime: true,
 | 
	
		
			
				|  |  |                  dataZoomIndex: 10,
 | 
	
	
		
			
				|  | @@ -1361,6 +1369,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              // 图表数据赋值
 | 
	
		
			
				|  |  |              const option2 = myChart2_1.getOption();
 | 
	
		
			
				|  |  | +            option2.dataZoom[0].start = 0;
 | 
	
		
			
				|  |  |              option2.dataZoom[0].end = computedPosition(tenderList.length);
 | 
	
		
			
				|  |  |              option2.xAxis[0].data = chart_option_name;
 | 
	
		
			
				|  |  |              option2.series[0].data = chart_option2_data.total_price;
 | 
	
	
		
			
				|  | @@ -1377,6 +1386,7 @@
 | 
	
		
			
				|  |  |              myChart2_3.setOption(option2);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              const option3 = myChart3_1.getOption();
 | 
	
		
			
				|  |  | +            option3.dataZoom[0].start = 0;
 | 
	
		
			
				|  |  |              option3.dataZoom[0].end = computedPosition(tenderList.length);
 | 
	
		
			
				|  |  |              option3.yAxis[0].data = chart_option_name;
 | 
	
		
			
				|  |  |              option3.series[0].data = chart_option3_data;
 | 
	
	
		
			
				|  | @@ -1415,6 +1425,7 @@
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              const option4 = myChart4_1.getOption();
 | 
	
		
			
				|  |  | +            option4.dataZoom[0].start = 0;
 | 
	
		
			
				|  |  |              option4.dataZoom[0].end = computedPosition(option4_data.yearmonth.length);
 | 
	
		
			
				|  |  |              option4.xAxis[0].data = option4_data.yearmonth;
 | 
	
		
			
				|  |  |              option4.series[0].data = option4_data.tp;
 |