Automatically ENABLE panning but DISABLE zooming

I found it here: How to select pan as default tool

With react-plotly it’s:

<Plot layout={ dragmode: 'pan' }/>

Yay!

1 Like