We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3304cbd commit 6f30795Copy full SHA for 6f30795
packages/python/plotly/plotly/express/_chart_types.py
@@ -1234,6 +1234,7 @@ def pie(
1234
template=None,
1235
width=None,
1236
height=None,
1237
+ opacity=None,
1238
hole=None,
1239
):
1240
"""
@@ -1422,6 +1423,7 @@ def funnel_area(
1422
1423
1424
1425
1426
1427
1428
1429
In a funnel area plot, each row of `data_frame` is represented as a
0 commit comments