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 ...
I have a plotly.js web app that uses plots with ~20 series, each with a unique dark mode compatible colour. However when
hovering over each of the plot lines, the series name in the label that pops up ...
Codepen link: https://codepen.io/DavidLHW/pen/MWzYXWK
In the above link, with small enough increments (in this case, at 1e-14), the plot will suffer a loss of precision if it
s plotted using the scattergl ...
I ve made a codepen that captures this issue: https://codepen.io/mofojed/pen/WNYNpBv
The issue seems to be when you have a plot with a coloraxis attribute set and you try and relayout the plot to a size ...