Skip to content

Commit f5c8be0

Browse files
author
Timoté Vaucher
committed
Revert plotly#2294
1 parent 921cecd commit f5c8be0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/python/plotly/plotly/express/_chart_types.py

+2
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,7 @@ def pie(
12361236
template=None,
12371237
width=None,
12381238
height=None,
1239+
opacity=None,
12391240
hole=None,
12401241
):
12411242
"""
@@ -1424,6 +1425,7 @@ def funnel_area(
14241425
template=None,
14251426
width=None,
14261427
height=None,
1428+
opacity=None,
14271429
):
14281430
"""
14291431
In a funnel area plot, each row of `data_frame` is represented as a

0 commit comments

Comments
 (0)