Skip to content

Commit 54a5349

Browse files
committed
remove default zoom of 8
1 parent 4e953f3 commit 54a5349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/express/_chart_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ def scatter_map(
12761276
color_continuous_midpoint=None,
12771277
opacity=None,
12781278
size_max=None,
1279-
zoom=8,
1279+
zoom=None,
12801280
center=None,
12811281
map_style=None,
12821282
title=None,
@@ -1314,7 +1314,7 @@ def choropleth_map(
13141314
range_color=None,
13151315
color_continuous_midpoint=None,
13161316
opacity=None,
1317-
zoom=8,
1317+
zoom=None,
13181318
center=None,
13191319
map_style=None,
13201320
title=None,

0 commit comments

Comments
 (0)