U
    TZf                     @   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 )TitleValidatortitlelayout.legendc              	      s4   t t| jf |||dd|ddd| d S )Ndata_class_strZTitle	data_docsa  
            font
                Sets this legend's title font. Defaults to
                `legend.font` with its size increased about
                20%.
            side
                Determines the location of legend's title with
                respect to the legend items. Defaulted to "top"
                with `orientation` is "h". Defaulted to "left"
                with `orientation` is "v". The *top left*
                options could be used to expand top center and
                top right are for horizontal alignment legend
                area in both x and y sides.
            text
                Sets the title of the legend.
)plotly_nameparent_namer   r   )superr   __init__pop)selfr   r   kwargs	__class__ J/tmp/pip-unpacked-wheel-5ksk5baj/plotly/validators/layout/legend/_title.pyr
      s    
zTitleValidator.__init__)r   r   )__name__
__module____qualname__r
   __classcell__r   r   r   r   r      s   r   )Z_plotly_utils.basevalidatorsZ_plotly_utilsZbasevalidatorsr   r   r   r   r   <module>   s   