mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 18:40:50 +08:00 
			
		
		
		
	Fix tree rendering
Fixes some tree rendering problems where lines were not properly drawn at some levels during some circumstances. * Change the API back to only allow one root. * Now uses a stack based approach to rendering instead of recursion. * Removes the need for measuring the whole tree in advance. Leave this up to each child to render.
This commit is contained in:
		
				
					committed by
					
						
						Patrik Svensson
					
				
			
			
				
	
			
			
			
						parent
						
							0e0f4b4220
						
					
				
				
					commit
					8261b25e5c
				
			@@ -1,5 +1,5 @@
 | 
			
		||||
Title: Bar Chart
 | 
			
		||||
Order: 1
 | 
			
		||||
Order: 20
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Use `BarChart` to render bar charts to the console.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user