Popover width container blocked

Hi
I am using the last version of streamlit and python 3.8
I am trying to display plotly charts inside of popover. Nonetheless I am limited in width and when my plotly chart is to big I have a scrolling bar which I don’t want.
It is strange because the height adapts but not the height.

Hi @EFG

It is likely that the widget is using an iframe, similar to the app itself. Alternatively, instead of an interactive chart, perhaps you could also embed a static image with a defined width/height dimension of the chart so as to avoid the scrolls.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.