From 8af2b55204da0eb641ae0adfd963abc86b4eefba Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Thu, 19 Mar 2020 16:35:17 -0400 Subject: [PATCH] Remove unsupported opacity kwarg from pie-like functions --- packages/python/plotly/plotly/express/_chart_types.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/python/plotly/plotly/express/_chart_types.py b/packages/python/plotly/plotly/express/_chart_types.py index ec3e7a3ec22..2466595c31c 100644 --- a/packages/python/plotly/plotly/express/_chart_types.py +++ b/packages/python/plotly/plotly/express/_chart_types.py @@ -1234,7 +1234,6 @@ def pie( template=None, width=None, height=None, - opacity=None, hole=None, ): """ @@ -1423,7 +1422,6 @@ def funnel_area( template=None, width=None, height=None, - opacity=None, ): """ In a funnel area plot, each row of `data_frame` is represented as a