10000 Plotly.update in update menus by etpinard · Pull Request #972 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Plotly.update in update menus #972

< 8000 summary id="button-9c9b89e53c37e55e" class="btn btn-sm btn-primary m-0 ml-0 ml-md-2" > New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 23, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updatemenus: add 'update' to list of available methods
  • Loading branch information
etpinard committed Sep 22, 2016
commit 85b60d2a393f775150de034d8b3a240f7e3404d8
2 changes: 1 addition & 1 deletion src/components/updatemenus/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var buttonsAttrs = {

method: {
valType: 'enumerated',
values: ['restyle', 'relayout', 'animate'],
values: ['restyle', 'relayout', 'animate', 'update'],
dflt: 'restyle',
role: 'info',
description: [
Expand Down
0