U
    TZßfÖ  ã                   @   s    d dl ZG dd„ dejjƒZdS )é    Nc                       s   e Zd Zd‡ fdd„	Z‡  ZS )ÚUniformtextValidatorÚuniformtextÚlayoutc              	      s4   t t| ƒjf ||| dd¡| dd¡dœ|—Ž d S )NÚdata_class_strZUniformtextÚ	data_docsaÅ  
            minsize
                Sets the minimum text size between traces of
                the same type.
            mode
                Determines how the font size for various text
                elements are uniformed between each trace type.
                If the computed text sizes were smaller than
                the minimum size defined by
                `uniformtext.minsize` using "hide" option hides
                the text; and using "show" option shows the
                text without further downscaling. Please note
                that if the size defined by `minsize` is
                greater than the font size defined by trace,
                then the `minsize` is used.
)Úplotly_nameÚparent_namer   r   )Úsuperr   Ú__init__Úpop)Úselfr   r   Úkwargs©Ú	__class__© úI/tmp/pip-unpacked-wheel-5ksk5baj/plotly/validators/layout/_uniformtext.pyr
      s    
þüézUniformtextValidator.__init__)r   r   )Ú__name__Ú
__module__Ú__qualname__r
   Ú__classcell__r   r   r   r   r      s   r   )Z_plotly_utils.basevalidatorsZ_plotly_utilsZbasevalidatorsZCompoundValidatorr   r   r   r   r   Ú<module>   s   