
    [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 )TitleValidatortitlepiec           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strTitle	data_docsa  
            font
                Sets the font used for `title`. Note that the
                title's font used to be set by the now
                deprecated `titlefont` attribute.
            position
                Specifies the location of the `title`. Note
                that the title's position used to be set by the
                now deprecated `titleposition` attribute.
            text
                Sets the title of the chart. If it is empty, no
                title is displayed. Note that before the
                existence of `title.text`, the title's contents
                used to be defined as the `title` attribute
                itself. This behavior has been deprecated.
)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/pie/_title.pyr   zTitleValidator.__init__   ss    ,nd##, 	
##!::&6@@jj 		
 	
. /	
 	
 	
 	
 	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        
 
 
 
 
 
 
 
 
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsr   r   r   r   <module>r      sK    # # # #
 
 
 
 
]1@ 
 
 
 
 
r   