I want to add the feature to my scatter plot where the user can “zoom” and “pan” on drag mode.
I see in the documentation that we can set the dragmode to different modes like “zoom”, or “pan” or “select”. Is there a way to set dragmode to “zoom+pan”?
I am using the react Plotly package.