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 26376dd commit 03f9ab3Copy full SHA for 03f9ab3
src/components/modebar/buttons.js
@@ -641,7 +641,7 @@ function handleMapboxZoom(gd, ev) {
641
var val = button.getAttribute('data-val');
642
var fullLayout = gd._fullLayout;
643
var subplotIds = fullLayout._subplots.mapbox || [];
644
- var scalar = 1.3;
+ var scalar = 1.05;
645
var aObj = {};
646
647
for(var i = 0; i < subplotIds.length; i++) {
0 commit comments