
    [6g1                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )FillgradientValidatorfillgradientscatterc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strFillgradient	data_docsa  
            colorscale
                Sets the fill gradient colors as a color scale.
                The color scale is interpreted as a gradient
                applied in the direction specified by
                "orientation", from the lowest to the highest
                value of the scatter plot along that axis, or
                from the center to the most distant point from
                it, if orientation is "radial".
            start
                Sets the gradient start value. It is given as
                the absolute position on the axis determined by
                the orientiation. E.g., if orientation is
                "horizontal", the gradient will be horizontal
                and start from the x-position given by start.
                If omitted, the gradient starts at the lowest
                value of the trace along the respective axis.
                Ignored if orientation is "radial".
            stop
                Sets the gradient end value. It is given as the
                absolute position on the axis determined by the
                orientiation. E.g., if orientation is
                "horizontal", the gradient will be horizontal
                and end at the x-position given by end. If
                omitted, the gradient ends at the highest value
                of the trace along the respective axis. Ignored
                if orientation is "radial".
            type
                Sets the type/orientation of the color gradient
                for the fill. Defaults to "none".
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       f/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/scatter/_fillgradient.pyr   zFillgradientValidator.__init__   sv    3#T**3 '	
##!::&6GGjj! !	'	
 '	
L M'	
 '	
 '	
 '	
 '	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        (
 (
 (
 (
 (
 (
 (
 (
 (
 (
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      sK    # # # #)
 )
 )
 )
 )
M8J )
 )
 )
 )
 )
r   