I took the graph from the Time series and date axes in Python example.
how can I put the selectors at the bottom of the graph?
Hey @Matan ,
You can use fig.update_xaxes(rangeselector_y=<VALUE>)
For more information : https://plotly.com/python/reference/layout/xaxis/#layout-xaxis-rangeselector
2 Likes