
    [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 )LineValidatorlinecandlestickc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strLine	data_docsa  
            width
                Sets the width (in px) of line bounding the
                box(es). Note that this style setting can also
                be set per direction via
                `increasing.line.width` and
                `decreasing.line.width`.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       b/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/candlestick/_line.pyr   zLineValidator.__init__   ss    +mT""+ 	
##!::&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    # # # #
 
 
 
 
M0B 
 
 
 
 
r   