Disabling zoom events for PlotlyJS backend for Plots.jl

Hello :wave:

I would like to disable zoom events for my interactive plot.

Apparently you can do this with plotly.js by setting this layout option: Disable zoom events in JavaScript xaxis: {fixedrange: true}

Is it possible to configure it in my plot() call (which in turn comes from StatsPlots.jl)

@df data plot(:ts, :value, 
    label="Measured", 
    marker=:circle,
    markersize=2,
)

You can find the example here: nbviewer

Hi and welcome. Are you still looking for an answer to this question?

I am not, but it would be nice to know if this is possible