
    [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 )PolarValidatorpolarlayoutc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strPolar	data_docsa	  
            angularaxis
                :class:`plotly.graph_objects.layout.polar.Angul
                arAxis` instance or dict with compatible
                properties
            bargap
                Sets the gap between bars of adjacent location
                coordinates. Values are unitless, they
                represent fractions of the minimum difference
                in bar positions in the data.
            barmode
                Determines how bars at the same location
                coordinate are displayed on the graph. With
                "stack", the bars are stacked on top of one
                another With "overlay", the bars are plotted
                over one another, you might need to reduce
                "opacity" to see multiple bars.
            bgcolor
                Set the background color of the subplot
            domain
                :class:`plotly.graph_objects.layout.polar.Domai
                n` instance or dict with compatible properties
            gridshape
                Determines if the radial axis grid lines and
                angular axis line are drawn as "circular"
                sectors or as "linear" (polygon) sectors. Has
                an effect only when the angular axis has `type`
                "category". Note that `radialaxis.angle` is
                snapped to the angle of the closest vertex when
                `gridshape` is "circular" (so that radial axis
                scale is the same as the data scale).
            hole
                Sets the fraction of the radius to cut out of
                the polar subplot.
            radialaxis
                :class:`plotly.graph_objects.layout.polar.Radia
                lAxis` instance or dict with compatible
                properties
            sector
                Sets angular span of this polar subplot with
                two angles (in degrees). Sector are assumed to
                be spanned in the counterclockwise direction
                with 0 corresponding to rightmost limit of the
                polar subplot.
            uirevision
                Controls persistence of user-driven changes in
                axis attributes, if not overridden in the
                individual axes. Defaults to
                `layout.uirevision`.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       ^/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/layout/_polar.pyr   zPolarValidator.__init__   su    ,nd##, :	
##!::&6@@jj14 4	:	
 :	
r s:	
 :	
 :	
 :	
 :	
    )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    # # # #<
 <
 <
 <
 <
]1C <
 <
 <
 <
 <
r   