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
It looks like plotly 2.22.0 introduced a regression in the click behaviour of legend groups in editable charts. Specifically, only the first one seems to toggle the visibility properly. Clicking on other groups causes this error in the browser console:
Uncaught TypeError: Cannot read properties of undefined (reading '0')
at k (plotly-2.22.0.min.js:8:155632)
at Object.clickFn (plotly-2.22.0.min.js:8:155432)
at HTMLDocument.T (plotly-2.22.0.min.js:8:65592)