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 88c1a93 commit adbea46Copy full SHA for adbea46
src/traces/scattermapbox/attributes.js
@@ -28,7 +28,7 @@ module.exports = overrideAll({
28
maxzoom: extendFlat({}, mapboxLayoutAtributes.layers.maxzoom, {
29
description: [
30
'Sets the maximum zoom level.',
31
- 'At zoom levels equal to or greater than the maxzoom, the layer will be hidden.'
+ 'At zoom levels equal to or greater than this, points will never be clustered.'
32
].join(' ')
33
}),
34
step: {
0 commit comments