We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfc06ce + b629d02 commit 76f7652Copy full SHA for 76f7652
src/plots/mapbox/layout_attributes.js
@@ -47,7 +47,7 @@ var attrs = module.exports = overrideAll({
47
},
48
style: {
49
valType: 'any',
50
- values: constants.styleValuesMapbox.concat(Object.keys(constants.styleValuesNonMapbox)),
+ values: constants.styleValuesMapbox.concat(constants.styleValuesNonMapbox),
51
dflt: constants.styleValueDflt,
52
role: 'style',
53
description: [
0 commit comments