We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8a2c0c5 commit f882191Copy full SHA for f882191
src/plots/geo/layout_attributes.js
@@ -183,7 +183,7 @@ var attrs = module.exports = overrideAll({
183
dflt: 0,
184
description: [
185
'Minimal zoom level of the map view.',
186
- 'A minScale of *0.5* (50%) corresponds to a zoom level',
+ 'A minscale of *0.5* (50%) corresponds to a zoom level',
187
'where the map has half the size of base zoom level.'
188
].join(' ')
189
},
@@ -193,7 +193,7 @@ var attrs = module.exports = overrideAll({
193
dflt: -1,
194
195
'Maximal zoom level of the map view.',
196
- 'A maxScale of *2* (200%) corresponds to a zoom level',
+ 'A maxscale of *2* (200%) corresponds to a zoom level',
197
'where the map is twice as big as the base layer.'
198
199
0 commit comments