mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Decrease number of X ticks on system and camera graphs (#13891)
This commit is contained in:
		
							parent
							
								
									6bafb68d77
								
							
						
					
					
						commit
						12e2c04486
					
				@ -86,7 +86,7 @@ export function CameraLineGraph({
 | 
			
		||||
        size: 0,
 | 
			
		||||
      },
 | 
			
		||||
      xaxis: {
 | 
			
		||||
        tickAmount: isMobileOnly ? 3 : 4,
 | 
			
		||||
        tickAmount: isMobileOnly ? 2 : 3,
 | 
			
		||||
        tickPlacement: "on",
 | 
			
		||||
        labels: {
 | 
			
		||||
          rotate: 0,
 | 
			
		||||
 | 
			
		||||
@ -121,7 +121,7 @@ export function ThresholdBarGraph({
 | 
			
		||||
        size: 0,
 | 
			
		||||
      },
 | 
			
		||||
      xaxis: {
 | 
			
		||||
        tickAmount: isMobileOnly ? 3 : 4,
 | 
			
		||||
        tickAmount: isMobileOnly ? 2 : 3,
 | 
			
		||||
        tickPlacement: "on",
 | 
			
		||||
        labels: {
 | 
			
		||||
          rotate: 0,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user