Skip to content

Commit

Permalink
Merge pull request #4079 from plotly/fix-mapbox-style-schema-values
Browse files Browse the repository at this point in the history
Fix mapbox.style values in attribution declaration
  • Loading branch information
etpinard authored Jul 25, 2019
2 parents dfc06ce + b629d02 commit 76f7652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plots/mapbox/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var attrs = module.exports = overrideAll({
},
style: {
valType: 'any',
values: constants.styleValuesMapbox.concat(Object.keys(constants.styleValuesNonMapbox)),
values: constants.styleValuesMapbox.concat(constants.styleValuesNonMapbox),
dflt: constants.styleValueDflt,
role: 'style',
description: [
Expand Down

0 comments on commit 76f7652

Please sign in to comment.