Ë
    úmxiº
  ã                  ó`   — d Z ddlmZ ddlmZmZ ddlmZ ddlm	Z	 erddl
mZ  G d„ d«      Zy	)
zA Python wrapper around Bokeh.é    )Úannotations)ÚTYPE_CHECKINGÚcast)Úshow_deprecation_warning)Úgather_metrics)ÚDeltaGeneratorc                  óJ   — e Zd Z ed«      	 d	 	 	 	 	 dd„«       Zedd„«       Zy)Ú
BokehMixinÚbokeh_chartc                ó0   — t        d«       | j                  S )ae  Display an interactive Bokeh chart.

        Bokeh is a charting library for Python. You can find
        more about Bokeh at https://bokeh.pydata.org.

        .. Important::
            This command has been deprecated and removed. Please use our custom
            component, |streamlit-bokeh|_, instead. Calling st.bokeh_chart will
            do nothing.

        .. |streamlit-bokeh| replace:: ``streamlit-bokeh``
        .. _streamlit-bokeh: https://github.com/streamlit/streamlit-bokeh

        Parameters
        ----------
        figure : bokeh.plotting.figure.Figure
            A Bokeh figure to plot.

        use_container_width : bool
            Whether to override the figure's native width with the width of
            the parent container. If ``use_container_width`` is ``True`` (default),
            Streamlit sets the width of the figure to match the width of the parent
            container. If ``use_container_width`` is ``False``, Streamlit sets the
            width of the chart to fit its contents according to the plotting library,
            up to the width of the parent container.
        zÂst.bokeh_chart has been deprecated and removed. Please use our custom component, [streamlit-bokeh](https://github.com/streamlit/streamlit-bokeh), instead. Calling st.bokeh_chart will do nothing.)r   Údg)ÚselfÚfigureÚuse_container_widths      úU/home/htdocs/ttos/venv/lib/python3.12/site-packages/streamlit/elements/bokeh_chart.pyr   zBokehMixin.bokeh_chart   s   € ôB 	!ð?ô	
ð �w‰wˆó    c                ó   — t        d| «      S )zGet our DeltaGenerator.r   )r   )r   s    r   r   zBokehMixin.dgH   s   € ô Ð$ dÓ+Ð+r   N)T)r   Úobjectr   ÚboolÚreturnr   )r   r   )Ú__name__Ú
__module__Ú__qualname__r   r   Úpropertyr   © r   r   r
   r
      sO   „ Ù�MÓ"ð %)ð&àð&ð "ð&ð 
ò	&ó #ð&ðP ò,ó ñ,r   r
   N)Ú__doc__Ú
__future__r   Útypingr   r   Ústreamlit.deprecation_utilr   Ústreamlit.runtime.metrics_utilr   Ústreamlit.delta_generatorr   r
   r   r   r   ú<module>r"      s*   ðñ %å "ç &õõ :áÝ8÷-,ò -,r   