Skip to content

Commit 0fdf70c

Browse files
committed
make 'marker' the default layer symbol icon
1 parent 0d082e4 commit 0fdf70c

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
@@ -212,7 +212,7 @@ module.exports = {
212212
symbol: {
213213
icon: {
214214
valType: 'string',
215-
dflt: 'circle',
215+
dflt: 'marker',
216216
role: 'style',
217217
description: [
218218
'Sets the symbol icon image.',

0 commit comments

Comments
 (0)