Plotly Dash (Python) linked panning

I am trying to change Bokeh code to Python Dash app. Bokeh has the feature to have linked panning as shown here Linking behavior — Bokeh 2.3.3 Documentation

I was checking a similar functionality that can be used when using Plotly Dash (Python). Any examples or how I would be able to do this?