
    [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 )TilingValidatortilingiciclec           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strTiling	data_docsaa  
            flip
                Determines if the positions obtained from
                solver are flipped on each axis.
            orientation
                When set in conjunction with `tiling.flip`,
                determines on which side the root nodes are
                drawn in the chart. If `tiling.orientation` is
                "v" and `tiling.flip` is "", the root nodes
                appear at the top. If `tiling.orientation` is
                "v" and `tiling.flip` is "y", the root nodes
                appear at the bottom. If `tiling.orientation`
                is "h" and `tiling.flip` is "", the root nodes
                appear at the left. If `tiling.orientation` is
                "h" and `tiling.flip` is "x", the root nodes
                appear at the right.
            pad
                Sets the inner padding (in px).
)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/icicle/_tiling.pyr   zTilingValidator.__init__   ss    -ot$$- 	
##!::&6AAjj 		
 	
4 5	
 	
 	
 	
 	
    )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2D 
 
 
 
 
r   