Skip to content

Commit 5084b35

Browse files
Merge pull request #1785 from yoonghm/patch-3
Update _chart_types.py
2 parents 9840b7d + 716f7dd commit 5084b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/express/_chart_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def bar_polar(
779779
labels={},
780780
color_discrete_sequence=None,
781781
color_discrete_map={},
782-
barnorm="",
782+
barnorm=None,
783783
barmode="relative",
784784
direction="clockwise",
785785
start_angle=90,

0 commit comments

Comments
 (0)