|  | @@ -376,8 +376,7 @@ watch(
 | 
	
		
			
				|  |  |      if (newV.btTriBlast) {
 | 
	
		
			
				|  |  |        maxY1.value = parseFloat(newV.o2_ave);
 | 
	
		
			
				|  |  |        maxX1.value =
 | 
	
		
			
				|  |  | -        parseFloat(newV.co_ave) * 0.0001 + parseFloat(newV.ch4_ave) + parseFloat(newV.c2h2_ave) * 0.0001 + parseFloat(newV.c4h4_ave) * 0.0001;
 | 
	
		
			
				|  |  | -      console.log(maxX1.value, 'maxX1');
 | 
	
		
			
				|  |  | +        parseFloat(newV.co_max) * 0.0001 + parseFloat(newV.ch4_max) + parseFloat(newV.c2h2_max) * 0.0001 + parseFloat(newV.c2h4_max) * 0.0001;
 | 
	
		
			
				|  |  |        let btTriBlasts = newV.btTriBlast;
 | 
	
		
			
				|  |  |        coordinateA.x = btTriBlasts.A_x;
 | 
	
		
			
				|  |  |        coordinateA.y = btTriBlasts.A_y;
 |