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 @@ -168,7 +168,7 @@ var attrs = module.exports = overrideAll({
'GeoJSON geometries.',
'With `sourcetype` set to *vector*, the following values are allowed:',
' *circle*, *line*, *fill* and *symbol*.',
'With `sourcetype` set to *raster* or `*image*`, only the *raster* value is allowed.'
'With `sourcetype` set to *raster* or *image*, only the *raster* value is allowed.'
].join(' ')
},

Expand Down
2 changes: 1 addition & 1 deletion src/plots/mapbox/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ var attrs = module.exports = overrideAll({
'GeoJSON geometries.',
'With `sourcetype` set to *vector*, the following values are allowed:',
' *circle*, *line*, *fill* and *symbol*.',
'With `sourcetype` set to *raster* or `*image*`, only the *raster* value is allowed.'
'With `sourcetype` set to *raster* or *image*, only the *raster* value is allowed.'
].join(' ')
},

Expand Down
4 changes: 2 additions & 2 deletions src/traces/parcats/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ module.exports = {
],
description: [
'This value here applies when hovering over dimensions.',
'Note that `*categorycount`, *colorcount* and *bandcolorcount*',
'are only available when `hoveron` contains the *color* flag'
'Note that *categorycount*, *colorcount* and *bandcolorcount*',
'are only available when `hoveron` contains the *color* flag. '
].join(' ')
}),

Expand Down