Ë
    |�h  ã                   ó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 axis' title font.
            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.
)Úplotly_nameÚparent_namer   r   © )Úsuperr   Ú__init__Úpop)Úselfr	   r
   ÚkwargsÚ	__class__s       €úc/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/validators/layout/yaxis/_title.pyr   zTitleValidator.__init__   sJ   ø€ ÜŒn˜dÑ,ð 	
Ø#Ø#Ø!Ÿ:™:Ð&6¸Ó@Ø—j‘jØðóñ		
ð2 ó3	
ó    )Ú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   