-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Some elements don't have use_container_width #1159
Copy link
Copy link
Closed
Labels
type:bugSomething isn't working as expectedSomething isn't working as expected
Description
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.
""")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:bugSomething isn't working as expectedSomething isn't working as expected