
    [6g	                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )BoxValidatorboxviolinc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strBox	data_docsa  
            fillcolor
                Sets the inner box plot fill color.
            line
                :class:`plotly.graph_objects.violin.box.Line`
                instance or dict with compatible properties
            visible
                Determines if an miniature box plot is drawn
                inside the violins.
            width
                Sets the width of the inner box plots relative
                to the violins' width. For example, with 1, the
                inner box plots are as wide as the violins.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       \/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/violin/_box.pyr   zBoxValidator.__init__   ss    *lD!!* 	
##!::&6>>jj 		
 	
* +	
 	
 	
 	
 	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        
 
 
 
 
 
 
 
 
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      sK    # # # #
 
 
 
 
=/A 
 
 
 
 
r   