Skip to content

Commit fc6c641

Browse files
authored
Merge branch 'develop' into unit_test_dash_utils
2 parents d3e2e40 + 4cc2872 commit fc6c641

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/chime_dash/app/services/plotting.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ def plot_dataframe(
3333
}
3434
for col in dataframe.columns
3535
],
36-
"layout": {"yaxis": yaxis},
36+
"layout": {
37+
"yaxis": yaxis,
38+
"legend": {"orientation": "h"},
39+
},
3740
}

0 commit comments

Comments
 (0)