When I use Streamlit plotly event:
selected_points = plotly_events(fig_risk, click_event=True, hover_event=False)
first: the plotly full screen icon is not available
second: we can’t pass the modebar config parameter as we can with st.plotly_chart()
Configuration plotly modebar
config = {"displayModeBar": True, "displaylogo": False, 'modeBarButtonsToRemove': ['select2d', 'lasso2d', 'zoomIn2d', 'zoomOut2d']}