mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: show first date in archived to created chart (#10598)
Ensures that the first date of the data is also shown. Before: <img width="1144" height="441" alt="image" src="https://github.com/user-attachments/assets/33da968a-4f44-4ca9-825e-d19471cff00a" /> After: <img width="1132" height="435" alt="image" src="https://github.com/user-attachments/assets/65d009d4-5bcb-40d0-abb6-05be81c9a361" />
This commit is contained in:
		
							parent
							
								
									e9f651e2f5
								
							
						
					
					
						commit
						5b7f069705
					
				@ -176,6 +176,7 @@ export const CreationArchiveChart: FC<ICreationArchiveChartProps> = ({
 | 
				
			|||||||
                    grid: {
 | 
					                    grid: {
 | 
				
			||||||
                        display: false,
 | 
					                        display: false,
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
 | 
					                    ticks: { source: 'data' },
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                y: {
 | 
					                y: {
 | 
				
			||||||
                    type: 'linear' as const,
 | 
					                    type: 'linear' as const,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user