
    [6g^                     >    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 )ClusterValidatorclusterscattermapboxc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strCluster	data_docsaV  
            color
                Sets the color for each cluster step.
            colorsrc
                Sets the source reference on Chart Studio Cloud
                for `color`.
            enabled
                Determines whether clustering is enabled or
                disabled.
            maxzoom
                Sets the maximum zoom level. At zoom levels
                equal to or greater than this, points will
                never be clustered.
            opacity
                Sets the marker opacity.
            opacitysrc
                Sets the source reference on Chart Studio Cloud
                for `opacity`.
            size
                Sets the size for each cluster step.
            sizesrc
                Sets the source reference on Chart Studio Cloud
                for `size`.
            step
                Sets how many points it takes to create a
                cluster or advance to the next cluster step.
                Use this in conjunction with arrays for `size`
                and / or `color`. If an integer, steps start at
                multiples of this number. If an array, each
                step extends from the given value until one
                less than the next value.
            stepsrc
                Sets the source reference on Chart Studio Cloud
                for `step`.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       g/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/scattermapbox/_cluster.pyr   zClusterValidator.__init__   sv    .%%. +	
##!::&6	BBjj"% %	+	
 +	
T U+	
 +	
 +	
 +	
 +	
    )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    # # # #-
 -
 -
 -
 -
}3E -
 -
 -
 -
 -
r   