Ë
    {�h‡  ã                   ó.   — 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 )Ú	ConnectorÚ	waterfallzwaterfall.connector>   ÚlineÚmodeÚvisiblec                 ó   — | d   S )a*  
        The 'line' property is an instance of Line
        that may be specified as:
          - An instance of :class:`plotly.graph_objs.waterfall.connector.Line`
          - A dict of string/value properties that will be passed
            to the Line constructor

            Supported dict properties:

                color
                    Sets the line color.
                dash
                    Sets the dash style of lines. Set to a dash
                    type string ("solid", "dot", "dash",
                    "longdash", "dashdot", or "longdashdot") or a
                    dash length list in px (eg "5px,10px,2px,2px").
                width
                    Sets the line width (in px).

        Returns
        -------
        plotly.graph_objs.waterfall.connector.Line
        r   © ©Úselfs    úd/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/graph_objs/waterfall/_connector.pyr   zConnector.line   s   € ð2 �F‰|Ðó    c                 ó   — || d<   y )Nr   r   ©r   Úvals     r   r   zConnector.line*   ó   € àˆˆVŠr   c                 ó   — | d   S )a  
        Sets the shape of connector lines.

        The 'mode' property is an enumeration that may be specified as:
          - One of the following enumeration values:
                ['spanning', 'between']

        Returns
        -------
        Any
        r   r   r   s    r   r   zConnector.mode0   s   € ð �F‰|Ðr   c                 ó   — || d<   y )Nr   r   r   s     r   r   zConnector.mode?   r   r   c                 ó   — | d   S )zÄ
        Determines if connector lines are drawn.

        The 'visible' property must be specified as a bool
        (either True, or False)

        Returns
        -------
        bool
        r	   r   r   s    r   r	   zConnector.visibleE   s   € ð �I‰Ðr   c                 ó   — || d<   y )Nr	   r   r   s     r   r	   zConnector.visibleS   s   € àˆˆYŠr   c                  ó   — y)Na          line
            :class:`plotly.graph_objects.waterfall.connector.Line`
            instance or dict with compatible properties
        mode
            Sets the shape of connector lines.
        visible
            Determines if connector lines are drawn.
        r   r   s    r   Ú_prop_descriptionszConnector._prop_descriptionsY   s   € ðr   c           	      ó`  •— t         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	d«      }|�|n|}|�|| d	<   |j                  d
d«      }|�|n|}|�|| d
<   |j                  dd«      }|�|n|}|�|| d<    | j                  di t        |fi |¤Ž¤Ž d| _        y)a:  
        Construct a new Connector object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.waterfall.Connector`
        line
            :class:`plotly.graph_objects.waterfall.connector.Line`
            instance or dict with compatible properties
        mode
            Sets the shape of connector lines.
        visible
            Determines if connector lines are drawn.

        Returns
        -------
        Connector
        Ú	connectorÚ_parentNz›The first argument to the plotly.graph_objs.waterfall.Connector
constructor must be a dict or
an instance of :class:`plotly.graph_objs.waterfall.Connector`Úskip_invalidFÚ	_validateTr   r   r	   r   )Úsuperr   Ú__init__r   Ú
isinstanceÚ	__class__Úto_plotly_jsonÚdictÚ_copyÚcopyÚ
ValueErrorÚpopÚ_skip_invalidr   Ú_process_kwargs)r   Úargr   r   r	   ÚkwargsÚ_vr"   s          €r   r    zConnector.__init__e   sM  ø€ ô, 	Œi˜Ñ'¨Ô4à˜ÑØ! )Ñ,ˆDŒLØð ˆ;Ø‰CÜ˜˜TŸ^™^Ô,Ø×$Ñ$Ó&‰CÜ˜œTÔ"Ü—*‘*˜S“/‰CäðAóð ð $ŸZ™Z¨¸Ó>ˆÔØŸ™ K°Ó6ˆŒð �W‰W�V˜TÓ"ˆØÐ%‰T¨2ˆØˆ>ØˆD�‰LØ�W‰W�V˜TÓ"ˆØÐ%‰T¨2ˆØˆ>ØˆD�‰LØ�W‰W�Y Ó%ˆØÐ+‰W°ˆØˆ>Ø ˆD�‰Oð 	ˆ×ÑÑ3œt CÑ2¨6Ñ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ð ñó ðð4 
‡[�[ñó ðð
 ñó ðð 
‡[�[ñó ðð
 ñó ðð ‡^�^ñó ðð
 ñ	ó ð	÷F#ñ F#r   r   )Úplotly.basedatatypesr   Ú_BaseTraceHierarchyTyper&   r%   r   r   r   r   ú<module>r9      s   ðÝ RÛ ôf#Ð'õ f#r   