Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 04563f0

Browse files
continuous color for bars, closes #62
1 parent cdba3c4 commit 04563f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: plotly_express/_chart_types.py

+2
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ def bar(
215215
labels={},
216216
color_discrete_sequence=default_qualitative,
217217
color_discrete_map={},
218+
color_continuous_scale=default_continuous,
219+
color_continuous_midpoint=None,
218220
opacity=None,
219221
orientation="v",
220222
barmode="relative",

0 commit comments

Comments
 (0)