Creates an SVG-based progress bar for displaying analysis progress
     
    
    Usage
    treeProgressBar(current, total = 100, message = "", width = 520, height = 50)
 
    
    Arguments
- current
- Current step number 
- total
- Total number of steps 
- message
- Progress message to display 
- width
- Width of the progress bar (default: 520) 
- height
- Height of the progress bar (default: 50) 
 
    
    Value
    HTML string containing the progress bar