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.