|  | @@ -1012,6 +1012,8 @@ function updateChart(data: any) {
 | 
	
		
			
				|  |  |      yAxis: [
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  |          type: 'value',
 | 
	
		
			
				|  |  | +        max: 100,
 | 
	
		
			
				|  |  | +        name: 'O₂/N₂',
 | 
	
		
			
				|  |  |          splitLine: { show: true, lineStyle: { color: 'rgba(28, 72, 105, 0.5)' } },
 | 
	
		
			
				|  |  |          axisLabel: {
 | 
	
		
			
				|  |  |            color: '#ffffff',
 | 
	
	
		
			
				|  | @@ -1019,6 +1021,7 @@ function updateChart(data: any) {
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  |          type: 'value',
 | 
	
		
			
				|  |  | +        name: '其他气体',
 | 
	
		
			
				|  |  |          splitLine: { show: true, lineStyle: { color: 'rgba(21,80,126,.5)' } },
 | 
	
		
			
				|  |  |          axisLabel: {
 | 
	
		
			
				|  |  |            color: '#ffffff',
 |