New legend_groupclick option to mix toggle item and group
Offen
@alexshoe arbeitet bereits daran.
Seit 26.11.2025.
- Vorherrschende Sprache
- Python
- Sterne
- 18.8k
- Forks
- 2.8k
- Ø Merge
- 16 Std. 26 Min.
- Gemergte PRs (30 T.)
- 21
Beschreibung
For as long as I remember, placing plot legends into legendgroup caused clicking on any single legend in a group (or its title) to hide/show as a group.
Then with 5.3 it became possible to toggle a single item even when in a legendgroup - as explained and illustrated in https://plotly.com/python/legend/#group-click-toggle-behavior
fig.update_layout(legend=dict(groupclick="toggleitem"))
Now, I would love it if Plotly could offer the following "mixed" behaviour:
- when clicking on a sub-item → toggle that item
- when clicking on the group title → toggle the whole group
That would bring the best of both worlds, in my view…
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.