You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://plot.ly/javascript/plotlyjs-events/#update-data we should clarify that plotly_relayout and plotly_restyle event data mirror the calls to Plotly.relayout and Plotly.restyle from which they were emitted, ie the event data is exactly and only the attributes we directly changed (in response to the user action or whatever).
See plotly/plotly.js#2330
The text was updated successfully, but these errors were encountered:
In https://plot.ly/javascript/plotlyjs-events/#update-data we should clarify that
plotly_relayout
andplotly_restyle
event data mirror the calls toPlotly.relayout
andPlotly.restyle
from which they were emitted, ie the event data is exactly and only the attributes we directly changed (in response to the user action or whatever).See plotly/plotly.js#2330
The text was updated successfully, but these errors were encountered: