U
    cc                     @   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 )IncreasingValidator
increasingcandlestickc              	      s4   t t| jf |||dd|ddd| d S )Ndata_class_strZ
Increasing	data_docsa  
            fillcolor
                Sets the fill color. Defaults to a half-
                transparent variant of the line color, marker
                color, or marker line color, whichever is
                available.
            line
                :class:`plotly.graph_objects.candlestick.increa
                sing.Line` instance or dict with compatible
                properties
)plotly_nameparent_namer   r   )superr   __init__pop)selfr   r   kwargs	__class__ c/var/www/html/project/venv/lib/python3.8/site-packages/plotly/validators/candlestick/_increasing.pyr
      s    
zIncreasingValidator.__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   