
    gC                     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 )ConnectorValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_str	Connector	data_docsa7  
            line
                :class:`plotly.graph_objects.waterfall.connecto
                r.Line` instance or dict with compatible
                properties
            mode
                Sets the shape of connector lines.
            visible
                Determines if connector lines are drawn.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       c/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/waterfall/_connector.pyr   zConnectorValidator.__init__   sK     $0 	
##!::&6Djj			
" #	
    )	connector	waterfall)__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     #
55GG 
r   