Skip to content

Commit 4561fca

Browse files
committed
Update custom-buttons.md
Set the 'updatemenu method' link directly to the method instead of the page header.
1 parent b644fb5 commit 4561fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/custom-buttons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jupyter:
3434
---
3535

3636
#### Methods
37-
The [updatemenu method](https://plot.ly/python/reference/#layout-updatemenus-buttons-method) determines which [plotly.js function](https://plot.ly/javascript/plotlyjs-function-reference/) will be used to modify the chart. There are 4 possible methods:
37+
The [updatemenu method](https://plot.ly/python/reference/#layout-updatemenus-items-updatemenu-buttons-items-button-method) determines which [plotly.js function](https://plot.ly/javascript/plotlyjs-function-reference/) will be used to modify the chart. There are 4 possible methods:
3838
- `"restyle"`: modify data or data attributes
3939
- `"relayout"`: modify layout attributes
4040
- `"update"`: modify data **and** layout attributes

0 commit comments

Comments
 (0)