How to put a time series selectors at the bottom of the page?

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

3 Likes