B
    '[_                 @   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 )ModebarValidatormodebarlayoutc          	      s4   t t| jf |||dd|ddd| d S )Ndata_class_strZModebar	data_docsa  
            activecolor
                Sets the color of the active or hovered on
                icons in the modebar.
            bgcolor
                Sets the background color of the modebar.
            color
                Sets the color of the icons in the modebar.
            orientation
                Sets the orientation of the modebar.
            uirevision
                Controls persistence of user-driven changes
                related to the modebar, including `hovermode`,
                `dragmode`, and `showspikes` at both the root
                level and inside subplots. Defaults to
                `layout.uirevision`.
)plotly_nameparent_namer   r   )superr   __init__pop)selfr   r   kwargs)	__class__ E/tmp/pip-install-l29rncou/plotly/plotly/validators/layout/_modebar.pyr
      s    
zModebarValidator.__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   