Skip to content

Commit 6f30795

Browse files
author
Timoté Vaucher
committed
Revert plotly#2294
1 parent 3304cbd commit 6f30795

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: packages/python/plotly/plotly/express/_chart_types.py

+2
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,7 @@ def pie(
12341234
template=None,
12351235
width=None,
12361236
height=None,
1237+
opacity=None,
12371238
hole=None,
12381239
):
12391240
"""
@@ -1422,6 +1423,7 @@ def funnel_area(
14221423
template=None,
14231424
width=None,
14241425
height=None,
1426+
opacity=None,
14251427
):
14261428
"""
14271429
In a funnel area plot, each row of `data_frame` is represented as a

0 commit comments

Comments
 (0)