Skip to content

Commit 4cc2872

Browse files
Merge pull request #551 from ad4437/develop
["dash"] Moved legends under graphs
2 parents 77b7215 + 59d8d52 commit 4cc2872

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)