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 68baeaa commit e5d4623Copy full SHA for e5d4623
packages/python/plotly/plotly/express/_chart_types.py
@@ -874,7 +874,7 @@ def choropleth(
874
locationmode=locationmode,
875
featureidkey=featureidkey,
876
geojson=geojson
877
- if not hasattr(geojson, "__geo_interface__")
+ if not hasattr(geojson, "__geo_interface__") # for geopandas
878
else geojson.__geo_interface__,
879
),
880
)
@@ -1047,7 +1047,7 @@ def choropleth_mapbox(
1047
trace_patch=dict(
1048
1049
1050
1051
1052
1053
0 commit comments