
    .i                     .    d dl mZ d dlZ G d de      Zy)    )BaseTraceHierarchyTypeNc                        e Zd ZdZdZh dZed        Zej                  d        Zed        Z	e	j                  d        Z	ed        Z
e
j                  d	        Z
ed
        Zd fd	Z xZS )Title	indicatorzindicator.title>   fonttextalignc                     | d   S )av  
        Sets the horizontal alignment of the title. It defaults to
        `center` except for bullet charts for which it defaults to
        right.

        The 'align' property is an enumeration that may be specified as:
          - One of the following enumeration values:
                ['left', 'center', 'right']

        Returns
        -------
        Any
        r	    selfs    _/opt/house_gps_flutter/.venv/lib/python3.12/site-packages/plotly/graph_objs/indicator/_title.pyr	   zTitle.align   s     G}    c                     || d<   y )Nr	   r   r   vals     r   r	   zTitle.align   s    Wr   c                     | d   S )a  
        Set the font used to display the title

        The 'font' property is an instance of Font
        that may be specified as:
          - An instance of :class:`plotly.graph_objs.indicator.title.Font`
          - A dict of string/value properties that will be passed
            to the Font constructor

        Returns
        -------
        plotly.graph_objs.indicator.title.Font
        r   r   r   s    r   r   z
Title.font"   s     F|r   c                     || d<   y )Nr   r   r   s     r   r   z
Title.font3       Vr   c                     | d   S )z
        Sets the title of this indicator.

        The 'text' property is a string and must be specified as:
          - A string
          - A number that will be converted to a string

        Returns
        -------
        str
        r   r   r   s    r   r   z
Title.text7   s     F|r   c                     || d<   y )Nr   r   r   s     r   r   z
Title.textF   r   r   c                      y)Na2          align
            Sets the horizontal alignment of the title. It defaults
            to `center` except for bullet charts for which it
            defaults to right.
        font
            Set the font used to display the title
        text
            Sets the title of this indicator.
        r   r   s    r   _prop_descriptionszTitle._prop_descriptionsJ   s    	r   c           	         t         |   d       d|v r|d   | _        y|i }nXt        || j                        r|j                         }n1t        |t              rt        j                  |      }nt        d      |j                  dd      | _        |j                  dd      | _        | j                  d	||       | j                  d
||       | j                  d||        | j                  di t        |fi | d| _        y)aO  
        Construct a new Title object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.indicator.Title`
        align
            Sets the horizontal alignment of the title. It defaults
            to `center` except for bullet charts for which it
            defaults to right.
        font
            Set the font used to display the title
        text
            Sets the title of this indicator.

        Returns
        -------
        Title
        title_parentNzThe first argument to the plotly.graph_objs.indicator.Title
constructor must be a dict or
an instance of :class:`plotly.graph_objs.indicator.Title`skip_invalidF	_validateTr	   r   r   r   )super__init__r   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr   _set_property_process_kwargs)r   argr	   r   r   kwargsr"   s         r   r    zTitle.__init__W   s    . 	!!),DL;CT^^,$$&CT"**S/C = > >
 $ZZ>K67C/63-63-3tC2623"r   )NNNN)__name__
__module____qualname___parent_path_str	_path_str_valid_propspropertyr	   setterr   r   r   r    __classcell__)r"   s   @r   r   r      s    "!I,L   \\     
[[    
[[  
 
/# /#r   r   )plotly.basedatatypesr   _BaseTraceHierarchyTyper&   r%   r   r   r   r   <module>r9      s    S ~## ~#r   