Events (editable: true)

Hi,

When editable: true is set then it is possible to move annotations, legend with drag drop, to change chart title, annotation text etc. Does Plotly trigger some events after change is made with appropriate event object?

Thank you

Yes, it triggers plotly_relayout.

It’s a shame “editable” has to be all-or-nothing; it would be quite useful to allow editability per shape and be able to tweak it (e.g. limit drag to one direction, move-only or resize only, etc.)