Hello
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