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)
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:
codepens: clicking on the second legend group to make those traces invisible fails with Plotly>=2.22.0 but works with plotly <2.22.0
The text was updated successfully, but these errors were encountered: