Hello everyone, I have crossed upon a use case where the user has a lot a of graphs going on inside the app, and he asked me if the fullscreen button generated on the top right of every graph can be deleted or non-visible? I tried with plotly itself, succesfully making the hover toolbar non-visible. But the full screen button keeps appearing on the top.
I researched a little bit and came with the conclusion that this button is actually a javascript event, which makes it unable to be edited with traditional markdown functionality.
My question basically is, is there any way i can disable this button generated by st.plotly_chart and st.pyplot?
Cheers.