
    gy                     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 )HoverlabelValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_str
Hoverlabel	data_docsaS  
            bgcolor
                Sets the background color of the hover label.
                By default uses the annotation's `bgcolor` made
                opaque, or white if it was transparent.
            bordercolor
                Sets the border color of the hover label. By
                default uses either dark grey or white, for
                maximum contrast with `hoverlabel.bgcolor`.
            font
                Sets the hover label text font. By default uses
                the global hover font and size, with color from
                `hoverlabel.bordercolor`.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       l/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/layout/annotation/_hoverlabel.pyr   zHoverlabelValidator.__init__   sM     	!41 	
##!::&6Ejj		
* +	
    )
hoverlabelzlayout.annotation)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    4G
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      s     #
-66HH 
r   