File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/traces/scatterclustermapbox Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ module.exports = overrideAll({
123
123
valType : 'string' ,
124
124
role : 'info' ,
125
125
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' ,
127
127
'before the layer with the specified ID.' ,
128
- 'By default, scattermapbox layers are inserted' ,
128
+ 'By default, scatterclustermapbox layers are inserted' ,
129
129
'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 *\'\'*.'
131
131
] . join ( ' ' )
132
132
} ,
133
133
} , 'calc' , 'nested' ) ;
You can’t perform that action at this time.
0 commit comments