
    [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 )TernaryValidatorternarylayoutc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strTernary	data_docsa
  
            aaxis
                :class:`plotly.graph_objects.layout.ternary.Aax
                is` instance or dict with compatible properties
            baxis
                :class:`plotly.graph_objects.layout.ternary.Bax
                is` instance or dict with compatible properties
            bgcolor
                Set the background color of the subplot
            caxis
                :class:`plotly.graph_objects.layout.ternary.Cax
                is` instance or dict with compatible properties
            domain
                :class:`plotly.graph_objects.layout.ternary.Dom
                ain` instance or dict with compatible
                properties
            sum
                The number each triplet should sum to, and the
                maximum range of each axis
            uirevision
                Controls persistence of user-driven changes in
                axis `min` and `title`, 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/_ternary.pyr   zTernaryValidator.__init__   sv    .%%. !	
##!::&6	BBjj 	!	
 !	
@ A!	
 !	
 !	
 !	
 !	
    )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   