
    6Dh.                     .    S SK Jr  S SKr " S S\5      rg)    )BaseLayoutHierarchyTypeNc                     ^  \ rS rSrSrSr1 Skr\S 5       r\R                  S 5       r\S 5       r
\
R                  S 5       r
\S	 5       r\R                  S
 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r        SU 4S jjrSrU =r$ )
Rangebreak   zlayout.xaxiszlayout.xaxis.rangebreak>   nameboundsdvaluevaluesenabledpatterntemplateitemnamec                     U S   $ )ab  
    Sets the lower and upper bounds of this axis rangebreak. Can be
    used with `pattern`.

    The 'bounds' property is an info array that may be specified as:

    * a list or tuple of 2 elements where:
(0) The 'bounds[0]' property accepts values of any type
(1) The 'bounds[1]' property accepts values of any type

    Returns
    -------
    list
r    selfs    \/var/www/html/env/lib/python3.13/site-packages/plotly/graph_objs/layout/xaxis/_rangebreak.pyr   Rangebreak.bounds   s      H~    c                     XS'   g )Nr   r   r   vals     r   r   r   (   	    Xr   c                     U S   $ )z
Sets the size of each `values` item. The default is one day in
milliseconds.

The 'dvalue' property is a number and may be specified as:
  - An int or float in the interval [0, inf]

Returns
-------
int|float
r	   r   r   s    r   r	   Rangebreak.dvalue,   s     H~r   c                     XS'   g )Nr	   r   r   s     r   r	   r   ;   r   r   c                     U S   $ )z
Determines whether this axis rangebreak is enabled or disabled.
Please note that `rangebreaks` only work for "date" axis type.

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

Returns
-------
bool
r   r   r   s    r   r   Rangebreak.enabled?   s     Ir   c                     XS'   g )Nr   r   r   s     r   r   r   N   	    Yr   c                     U S   $ )a  
When used in a template, named items are created in the output
figure in addition to any items the figure already has in this
array. You can modify these items in the output figure by
making your own item with `templateitemname` matching this
`name` alongside your modifications (including `visible: false`
or `enabled: false` to hide it). Has no effect outside of a
template.

The 'name' 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   Rangebreak.nameR   s    & F|r   c                     XS'   g )Nr   r   r   s     r   r   r!   g   s	    Vr   c                     U S   $ )a  
Determines a pattern on the time line that generates breaks. If
*day of week* - days of the week in English e.g. 'Sunday' or
`sun` (matching is case-insensitive and considers only the
first three characters), as well as Sunday-based integers
between 0 and 6. If "hour" - hour (24-hour clock) as decimal
numbers between 0 and 24. for more info. Examples: - { pattern:
'day of week', bounds: [6, 1] }  or simply { bounds: ['sat',
'mon'] }   breaks from Saturday to Monday (i.e. skips the
weekends). - { pattern: 'hour', bounds: [17, 8] }   breaks from
5pm to 8am (i.e. skips non-work hours).

The 'pattern' property is an enumeration that may be specified as:
  - One of the following enumeration values:
        ['day of week', 'hour', '']

Returns
-------
Any
r   r   r   s    r   r   Rangebreak.patternk   s    , Ir   c                     XS'   g )Nr   r   r   s     r   r   r$      r   r   c                     U S   $ )aa  
Used to refer to a named item in this array in the template.
Named items from the template will be created even without a
matching item in the input figure, but you can modify one by
making an item with `templateitemname` matching its `name`,
alongside your modifications (including `visible: false` or
`enabled: false` to hide it). If there is no template or no
matching item, this item will be hidden unless you explicitly
show it with `visible: true`.

The 'templateitemname' 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   Rangebreak.templateitemname   s    ( &''r   c                     XS'   g )Nr   r   r   s     r   r   r'      s    #& r   c                     U S   $ )a?  
Sets the coordinate values corresponding to the rangebreaks. An
alternative to `bounds`. Use `dvalue` to set the size of the
values along the axis.

The 'values' property is an info array that may be specified as:
* a list of elements where:
  The 'values[i]' property accepts values of any type

Returns
-------
list
r
   r   r   s    r   r
   Rangebreak.values   s     H~r   c                     XS'   g )Nr
   r   r   s     r   r
   r*      r   r   c                     g)Na	          bounds
            Sets the lower and upper bounds of this axis
            rangebreak. Can be used with `pattern`.
        dvalue
            Sets the size of each `values` item. The default is one
            day in milliseconds.
        enabled
            Determines whether this axis rangebreak is enabled or
            disabled. Please note that `rangebreaks` only work for
            "date" axis type.
        name
            When used in a template, named items are created in the
            output figure in addition to any items the figure
            already has in this array. You can modify these items
            in the output figure by making your own item with
            `templateitemname` matching this `name` alongside your
            modifications (including `visible: false` or `enabled:
            false` to hide it). Has no effect outside of a
            template.
        pattern
            Determines a pattern on the time line that generates
            breaks. If *day of week* - days of the week in English
            e.g. 'Sunday' or `sun` (matching is case-insensitive
            and considers only the first three characters), as well
            as Sunday-based integers between 0 and 6. If "hour" -
            hour (24-hour clock) as decimal numbers between 0 and
            24. for more info. Examples: - { pattern: 'day of
            week', bounds: [6, 1] }  or simply { bounds: ['sat',
            'mon'] }   breaks from Saturday to Monday (i.e. skips
            the weekends). - { pattern: 'hour', bounds: [17, 8] }
            breaks from 5pm to 8am (i.e. skips non-work hours).
        templateitemname
            Used to refer to a named item in this array in the
            template. Named items from the template will be created
            even without a matching item in the input figure, but
            you can modify one by making an item with
            `templateitemname` matching its `name`, alongside your
            modifications (including `visible: false` or `enabled:
            false` to hide it). If there is no template or no
            matching item, this item will be hidden unless you
            explicitly show it with `visible: true`.
        values
            Sets the coordinate values corresponding to the
            rangebreaks. An alternative to `bounds`. Use `dvalue`
            to set the size of the values along the axis.
        r   r   s    r   _prop_descriptionsRangebreak._prop_descriptions   s    .r   c	           	        > [         T
U ]  S5        SU	;   a  U	S   U l        gUc  0 nOb[        XR                  5      (       a  UR                  5       nO7[        U[        5      (       a  [        R                  " U5      nO[        S5      eU	R                  SS5      U l        U	R                  SS5      U l        U R                  S	X5        U R                  S
X5        U R                  SX5        U R                  SX5        U R                  SX5        U R                  SX5        U R                  SX5        U R                  " S0 [        U40 U	D6D6  SU l        g)a  
Construct a new Rangebreak object

Parameters
----------
arg
    dict of properties compatible with this constructor or
    an instance of
    :class:`plotly.graph_objs.layout.xaxis.Rangebreak`
bounds
    Sets the lower and upper bounds of this axis
    rangebreak. Can be used with `pattern`.
dvalue
    Sets the size of each `values` item. The default is one
    day in milliseconds.
enabled
    Determines whether this axis rangebreak is enabled or
    disabled. Please note that `rangebreaks` only work for
    "date" axis type.
name
    When used in a template, named items are created in the
    output figure in addition to any items the figure
    already has in this array. You can modify these items
    in the output figure by making your own item with
    `templateitemname` matching this `name` alongside your
    modifications (including `visible: false` or `enabled:
    false` to hide it). Has no effect outside of a
    template.
pattern
    Determines a pattern on the time line that generates
    breaks. If *day of week* - days of the week in English
    e.g. 'Sunday' or `sun` (matching is case-insensitive
    and considers only the first three characters), as well
    as Sunday-based integers between 0 and 6. If "hour" -
    hour (24-hour clock) as decimal numbers between 0 and
    24. for more info. Examples: - { pattern: 'day of
    week', bounds: [6, 1] }  or simply { bounds: ['sat',
    'mon'] }   breaks from Saturday to Monday (i.e. skips
    the weekends). - { pattern: 'hour', bounds: [17, 8] }
    breaks from 5pm to 8am (i.e. skips non-work hours).
templateitemname
    Used to refer to a named item in this array in the
    template. Named items from the template will be created
    even without a matching item in the input figure, but
    you can modify one by making an item with
    `templateitemname` matching its `name`, alongside your
    modifications (including `visible: false` or `enabled:
    false` to hide it). If there is no template or no
    matching item, this item will be hidden unless you
    explicitly show it with `visible: true`.
values
    Sets the coordinate values corresponding to the
    rangebreaks. An alternative to `bounds`. Use `dvalue`
    to set the size of the values along the axis.

Returns
-------
Rangebreak
rangebreaks_parentNzThe first argument to the plotly.graph_objs.layout.xaxis.Rangebreak
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.xaxis.Rangebreak`skip_invalidF	_validateTr   r	   r   r   r   r   r
   r   )super__init__r1   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr3   _set_property_process_kwargs)r   argr   r	   r   r   r   r   r
   kwargsr7   s             r   r5   Rangebreak.__init__   s9   N 	'!),DL;C^^,,$$&CT""**S/CE  $ZZ>K68S18S19c363-9c3-sE8S13tC2623"r   )r1   r>   r3   )NNNNNNNN)__name__
__module____qualname____firstlineno___parent_path_str	_path_str_valid_propspropertyr   setterr	   r   r   r   r   r
   r-   r5   __static_attributes____classcell__)r7   s   @r   r   r      s   %)IL  " ]]    ]]    ^^   ( 
[[   . ^^  ( (* ' '    ]]  / /f e# e#r   r   )plotly.basedatatypesr   _BaseLayoutHierarchyTyper;   r:   r   r   r   r   <module>rQ      s    U E#) E#r   