
    g                     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 )TitleValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strTitle	data_docsa  
            font
                Sets this legend's title font. Defaults to
                `legend.font` with its size increased about
                20%.
            side
                Determines the location of legend's title with
                respect to the legend items. Defaulted to "top"
                with `orientation` is "h". Defaulted to "left"
                with `orientation` is "v". The *top left*
                options could be used to expand top center and
                top right are for horizontal alignment legend
                area in both x and y sides.
            text
                Sets the title of the legend.
)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/layout/legend/_title.pyr   zTitleValidator.__init__   sJ    nd, 	
##!::&6@jj		
. /	
    )titlezlayout.legend)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsr   r   r   r   <module>r      s     #
]11@@ 
r   