I am creating a custom plotly.js component for Streamlit. So far so good.
I have a question about the possibility to maximize my custom component. Streamlitâs plotlyChart component shows the âView fullscreenâ button (see below)
Is it possible to add the same functionality to a custom component? I havenât found anything useful in neither the documentation nor the componenet-lib.
Thanks for the answer, however this was not exactly what I was looking for.
I wanted to set the same behavior other Streamlit componenets already offer without the need to implement maximization myself, which would not be trivial.