
    gl                     J    d dl Z G d dej                  j                        Zy)    Nc                         e Zd Zd fd	Z xZS )LineValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strLine	data_docsay  
            dash
                Sets the dash style of lines. Set to a dash
                type string ("solid", "dot", "dash",
                "longdash", "dashdot", or "longdashdot") or a
                dash length list in px (eg "5px,10px,2px,2px").
                Note that this style setting can also be set
                per direction via `increasing.line.dash` and
                `decreasing.line.dash`.
            width
                [object Object] 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       Y/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/ohlc/_line.pyr   zLineValidator.__init__   sJ    mT+ 	
##!::&6?jj		
, -	
    )lineohlc)__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      s     #
M00BB 
r   