Events fired when user changes the chart

Hello,

Is there any way we can track user changes in editable mode (https://plot.ly/javascript/configuration-options/#edit-mode) ? We would like to make some more calculations using user’s values when he changes Axes title, annotation text etc.

Regards,
MP

Yep, all of

trigger a plotly_relayout event.

@etienne, I am aware of this event, but is there anything more specific? i.e. axisName_change? :slight_smile:

see Plotly_relayout separate events for possible solution.

1 Like