Any ideas? I thought if I could listen to some event before relayout, and stop execution in there (dunno if this is possible with plotly?), if we are not zoomed (dunno how to check for that also)?
I see plotly_relayout happens after change is already made. I see plotly_autosize, as happening before, but I don’t see if I can stop execution and it returns undefined for callback param so cannot use that to make a decision.