plotly / plotly/plotly.py

New legend_groupclick option to mix toggle item and group

Aperta
#5,432 4 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@alexshoe ci sta già lavorando.

Dal 26/11/2025.

Lingua principale
Python
Stelle
18.8k
Fork
2.8k
Merge medio
16h 26m
PR unite (30g)
21

Descrizione

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…

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.