Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbb64a commit df9b08aCopy full SHA for df9b08a
src/plots/map/layout_attributes.js
@@ -284,7 +284,7 @@ var attrs = module.exports = overrideAll({
284
dflt: 'marker',
285
description: [
286
'Sets the symbol icon image (map.layer.layout.icon-image).',
287
- 'Full list: https://www.map.com/maki-icons/'
+ 'Full list: https://www.mapbox.com/maki-icons/'
288
].join(' ')
289
},
290
iconsize: {
src/traces/scattermap/attributes.js
@@ -119,7 +119,7 @@ module.exports = overrideAll({
119
arrayOk: true,
120
121
'Sets the marker symbol.',
122
- 'Full list: https://www.map.com/maki-icons/',
+ 'Full list: https://www.mapbox.com/maki-icons/',
123
'Note that the array `marker.color` and `marker.size`',
124
'are only available for *circle* symbols.'
125
0 commit comments