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
This needs to wait for plotly/plotly.js#1573 to be released, which will fix this event but require the annotation to have the attribute captureevents: true.
is supposed to mean that you can click on an annotation and it will disappear. But that doesn't work. You can click on the data point again to get the annotation to disappear, but not on the annotation.
While you're in there, might be good to modernize the relayout calls... to use myPlot instead of 'myDiv' and null instead of 'remove' (which is deprecated)
clickannotations
to https://plot.ly/javascript/plotlyjs-events/ and mentioncaptureevents
in the example.The text was updated successfully, but these errors were encountered: