Skip to content

Commit 4cd10ed

Browse files
author
Jakob Jul Elben
committed
Fix attributes
1 parent b0f230c commit 4cd10ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/traces/scatterclustermapbox/attributes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ module.exports = overrideAll({
123123
valType: 'string',
124124
role: 'info',
125125
description: [
126-
'Determines if this scattermapbox trace\'s layers are to be inserted',
126+
'Determines if this scatterclustermapbox trace\'s layers are to be inserted',
127127
'before the layer with the specified ID.',
128-
'By default, scattermapbox layers are inserted',
128+
'By default, scatterclustermapbox layers are inserted',
129129
'above all the base layers.',
130-
'To place the scattermapbox layers above every other layer, set `below` to *\'\'*.'
130+
'To place the scatterclustermapbox layers above every other layer, set `below` to *\'\'*.'
131131
].join(' ')
132132
},
133133
}, 'calc', 'nested');

0 commit comments

Comments
 (0)