mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Fixed stats graph to monotone curve.
This commit is contained in:
		
							parent
							
								
									0673236ae2
								
							
						
					
					
						commit
						9c6ce8053b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8122,7 +8122,7 @@
 | 
			
		|||
            options: {
 | 
			
		||||
                responsive: true,
 | 
			
		||||
                maintainAspectRatio: false,
 | 
			
		||||
                elements: { line: { tension: 0.001 } },
 | 
			
		||||
                elements: { line: { cubicInterpolationMode: 'monotone' } },
 | 
			
		||||
                scales: {
 | 
			
		||||
                    xAxes: [{ type: 'time', time: { tooltipFormat: 'll HH:mm' }, display: true, scaleLabel: { display: false, labelString: '' } }],
 | 
			
		||||
                    yAxes: [{ type: 'linear', display: true, scaleLabel: { display: true, labelString: '' } }]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue