Skip to content

Commit 321232d

Browse files
committed
Update legend.md
1 parent 5fed9bc commit 321232d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/legend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ fig.show()
466466

467467
#### Group click toggle behavior
468468

469-
You can also define the toggle behavior for when a user clicks an item in a group. Here we set the `groupclick` for the `legend` to `toggleitem`. This toggles the visibility of just the item clicked on by the user. Set to `togglegroup` and it togges the visibility of all items in the same group as the item clicked on.
469+
You can also define the toggle behavior for when a user clicks an item in a group. Here we set the `groupclick` for the `legend` to `toggleitem`. This toggles the visibility of just the item clicked on by the user. Set to `togglegroup` and it toggles the visibility of all items in the same group as the item clicked on.
470470

471471
```python
472472
import plotly.graph_objects as go

0 commit comments

Comments
 (0)