diff --git a/packages/python/plotly/plotly/express/_chart_types.py b/packages/python/plotly/plotly/express/_chart_types.py index c17c5a657e..7ac0507956 100644 --- a/packages/python/plotly/plotly/express/_chart_types.py +++ b/packages/python/plotly/plotly/express/_chart_types.py @@ -779,7 +779,7 @@ def bar_polar( labels={}, color_discrete_sequence=None, color_discrete_map={}, - barnorm="", + barnorm=None, barmode="relative", direction="clockwise", start_angle=90,