Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plots/map/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ var attrs = module.exports = overrideAll({
dflt: 'marker',
description: [
'Sets the symbol icon image (map.layer.layout.icon-image).',
'Full list: https://www.map.com/maki-icons/'
'Full list: https://www.mapbox.com/maki-icons/'
].join(' ')
},
iconsize: {
Expand Down
2 changes: 1 addition & 1 deletion src/traces/scattermap/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports = overrideAll({
arrayOk: true,
description: [
'Sets the marker symbol.',
'Full list: https://www.map.com/maki-icons/',
'Full list: https://www.mapbox.com/maki-icons/',
'Note that the array `marker.color` and `marker.size`',
'are only available for *circle* symbols.'
].join(' ')
Expand Down
4 changes: 2 additions & 2 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3902,7 +3902,7 @@
"symbol": {
"editType": "plot",
"icon": {
"description": "Sets the symbol icon image (map.layer.layout.icon-image). Full list: https://www.map.com/maki-icons/",
"description": "Sets the symbol icon image (map.layer.layout.icon-image). Full list: https://www.mapbox.com/maki-icons/",
"dflt": "marker",
"editType": "plot",
"valType": "string"
Expand Down Expand Up @@ -72083,7 +72083,7 @@
},
"symbol": {
"arrayOk": true,
"description": "Sets the marker symbol. Full list: https://www.map.com/maki-icons/ Note that the array `marker.color` and `marker.size` are only available for *circle* symbols.",
"description": "Sets the marker symbol. Full list: https://www.mapbox.com/maki-icons/ Note that the array `marker.color` and `marker.size` are only available for *circle* symbols.",
"dflt": "circle",
"editType": "calc",
"valType": "string"
Expand Down