
    gm                     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_docsaq  
            font
                Sets this axis' title font. Note that the
                title's font used to be customized by the now
                deprecated `titlefont` attribute.
            standoff
                Sets the standoff distance (in px) between the
                axis labels and the title text The default
                value is a function of the axis tick labels,
                the title `font.size` and the axis `linewidth`.
                Note that the axis title position is always
                constrained within the margins, so the actual
                standoff distance is always less than the set
                or default value. By setting `standoff` and
                turning on `automargin`, plotly.js will push
                the margins to fit the axis title at given
                standoff distance.
            text
                Sets the title of this axis. 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       b/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/layout/yaxis/_title.pyr   zTitleValidator.__init__   sJ    nd,  	
##!::&6@jj	 	
> ? 	
    )titlezlayout.yaxis)__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   