Checklist
Summary
Hi,
Plotly chart Reset axes is not working after Fullscreen.
Reproducible Code Example
import plotly.express as px
import streamlit as st
data_canada = px.data.gapminder().query("country == 'Canada'")
fig = px.bar(data_canada, x="year", y="pop")
st.plotly_chart(fig)
Steps To Reproduce

- Make a selection in the graph
- Click
Fullscreen
Reset axes is not working
Expected Behavior
No response
Current Behavior
No response
Is this a regression?
Debug info
- Streamlit version: 1.45.0
- Plotly version : 6.0.1
- Python version: 3.12
- Operating System: Windows 11
- Browser: Chrome
Additional Information
No response
Checklist
Summary
Hi,
Plotly chart
Reset axesis not working afterFullscreen.Reproducible Code Example
Steps To Reproduce
FullscreenReset axesis not workingExpected Behavior
No response
Current Behavior
No response
Is this a regression?
Debug info
Additional Information
No response