Skip to content

Commit 1fd06fc

Browse files
committed
Add facet arguments to funnel area figure function
1 parent 8a6d26f commit 1fd06fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,11 @@ def funnel_area(
16031603
names=None,
16041604
values=None,
16051605
color=None,
1606+
facet_row=None,
1607+
facet_col=None,
1608+
facet_col_wrap=0,
1609+
facet_row_spacing=None,
1610+
facet_col_spacing=None,
16061611
color_discrete_sequence=None,
16071612
color_discrete_map=None,
16081613
hover_name=None,

0 commit comments

Comments
 (0)