Skip to content

Commit 8af2b55

Browse files
Remove unsupported opacity kwarg from pie-like functions
1 parent 9b04094 commit 8af2b55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,6 @@ def pie(
12341234
template=None,
12351235
width=None,
12361236
height=None,
1237-
opacity=None,
12381237
hole=None,
12391238
):
12401239
"""
@@ -1423,7 +1422,6 @@ def funnel_area(
14231422
template=None,
14241423
width=None,
14251424
height=None,
1426-
opacity=None,
14271425
):
14281426
"""
14291427
In a funnel area plot, each row of `data_frame` is represented as a

0 commit comments

Comments
 (0)