Skip to content

Commit b629d02

Browse files
committed
fix mapbox.style attr values
1 parent dfc06ce commit b629d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/mapbox/layout_attributes.js

Lines changed: 1 addition & 1 deletion
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)