Skip to content

Commit

Permalink
Merge pull request #894 from plotly/updatemenu-anchor-fix
Browse files Browse the repository at this point in the history
Fix update menu 'yanchor' default
  • Loading branch information
etpinard committed Sep 1, 2016
2 parents b3fef8d + 51b286e commit f07a274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/updatemenus/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
yanchor: {
valType: 'enumerated',
values: ['auto', 'top', 'middle', 'bottom'],
dflt: 'bottom',
dflt: 'top',
role: 'info',
description: [
'Sets the update menu\'s vertical position anchor',
Expand Down
Binary file modified test/image/baselines/updatemenus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f07a274

Please sign in to comment.