How I can disable the and other zoom functions ?
Just update the config dictionary as referenced below:
Thanks, but I couldn’t find where I disable his fuction .
At the bottom, it explains that you have to adjust the xaxis and yaxis to fixedrange=True with python.
Thanks. Here is the code.
fig.layout.xaxis.fixedrange = True
fig.layout.yaxis.fixedrange = True
1 Like