I have a line chart with a bunch of different traces and currently I have hidden the traces after the 10 first ones with visible=“legendonly”. Is it possible to instead create a group for every tenth entry and then toggle those with a click of the legend? eg.
Group1:
Name1
Name2
…
Name10
Group 2:
Name1
…
I want to be able to toggle just Name1 but also an entire group if that makes sense.
You did not provide any code or test data, so it’s hard to gauge what workaround is viable. Have you seen the groupclick option: Layout in Python (plotly.com)?