I see that it's possible to override the plot height but I don't see an option for overriding the width. When using streamlit's wide layout (i.e. st.set_page_config(layout="wide")) the map width does not fill to fit the container width. The standard bokeh_chart has this ability (e.g. use_container_width=False, is it possible to add this?
I see that it's possible to override the plot height but I don't see an option for overriding the width. When using streamlit's wide layout (i.e.
st.set_page_config(layout="wide")
) the map width does not fill to fit the container width. The standardbokeh_chart
has this ability (e.g.use_container_width=False
, is it possible to add this?