Skip to content

Some elements don't have use_container_width #1159

@arraydude

Description

@arraydude

Summary

some elements don't have use_container_width

  • graphviz_chart

  • deckgl_chart

  • pydeck_chart

  • map - Add (default True)

  • Also add this to deckgl_chart

 suppress_deprecation_warning = config.get_option(
             "global.suppressDeprecationWarnings"
         )
         if not suppress_deprecation_warning:
             import streamlit as st

             st.warning("""
                 The `deck_gl_chart` widget is deprecated and will be removed on
                 2020-05-01. To render a map, you should use `st.pydeck_chart` widget.
             """)

Metadata

Metadata

Assignees

Labels

type:bugSomething isn't working as expected

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions