
    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 )CurrentvalueValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strCurrentvalue	data_docsa  
            font
                Sets the font of the current value label text.
            offset
                The amount of space, in pixels, between the
                current value label and the slider.
            prefix
                When currentvalue.visible is true, this sets
                the prefix of the label.
            suffix
                When currentvalue.visible is true, this sets
                the suffix of the label.
            visible
                Shows the currently-selected value above the
                slider.
            xanchor
                The alignment of the value readout relative to
                the length of the slider.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       j/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/layout/slider/_currentvalue.pyr   zCurrentvalueValidator.__init__   sM     	#T3 	
##!::&6Gjj		
4 5	
    )currentvaluezlayout.slider)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    6E
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      s     #
M88JJ 
r   