ash2shukla / streamlit-bokeh-events

A streamlit component for bi-directional communication with bokeh plots.
MIT License
158 stars 28 forks source link

Ability to set plot width #4

Open Castronova opened 3 years ago

Castronova commented 3 years ago

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?

image

ash2shukla commented 3 years ago

It definitely should be possible to do this but I am unable to find time or approach to achieve it. Any PRs would be greatly appreciated :)