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 921cecd commit f5c8be0Copy full SHA for f5c8be0
packages/python/plotly/plotly/express/_chart_types.py
@@ -1236,6 +1236,7 @@ def pie(
1236
template=None,
1237
width=None,
1238
height=None,
1239
+ opacity=None,
1240
hole=None,
1241
):
1242
"""
@@ -1424,6 +1425,7 @@ def funnel_area(
1424
1425
1426
1427
1428
1429
1430
1431
In a funnel area plot, each row of `data_frame` is represented as a
0 commit comments