Skip to content

Commit 76f7652

Browse files
authoredJul 25, 2019
Merge pull request #4079 from plotly/fix-mapbox-style-schema-values
Fix mapbox.style values in attribution declaration
2 parents dfc06ce + b629d02 commit 76f7652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plots/mapbox/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var attrs = module.exports = overrideAll({
4747
},
4848
style: {
4949
valType: 'any',
50-
values: constants.styleValuesMapbox.concat(Object.keys(constants.styleValuesNonMapbox)),
50+
values: constants.styleValuesMapbox.concat(constants.styleValuesNonMapbox),
5151
dflt: constants.styleValueDflt,
5252
role: 'style',
5353
description: [

0 commit comments

Comments
 (0)
Please sign in to comment.