Skip to content

Commit 2279efd

Browse files
author
Timoté Vaucher
committed
Remove opacity from trace_patch
1 parent 6f30795 commit 2279efd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -1399,9 +1399,7 @@ def funnel(
13991399
rectangular sector of a funnel.
14001400
"""
14011401
return make_figure(
1402-
args=locals(),
1403-
constructor=go.Funnel,
1404-
trace_patch=dict(opacity=opacity, orientation=orientation),
1402+
args=locals(), constructor=go.Funnel, trace_patch=dict(orientation=orientation),
14051403
)
14061404

14071405

0 commit comments

Comments
 (0)