Skip to content

Commit adbea46

Browse files
Update src/traces/scattermapbox/attributes.js
Co-authored-by: Alex Johnson <alex@plot.ly>
1 parent 88c1a93 commit adbea46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scattermapbox/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = overrideAll({
2828
maxzoom: extendFlat({}, mapboxLayoutAtributes.layers.maxzoom, {
2929
description: [
3030
'Sets the maximum zoom level.',
31-
'At zoom levels equal to or greater than the maxzoom, the layer will be hidden.'
31+
'At zoom levels equal to or greater than this, points will never be clustered.'
3232
].join(' ')
3333
}),
3434
step: {

0 commit comments

Comments
 (0)