Skip to content

Commit a23f188

Browse files
committed
Swap plot positions in overview section
1 parent dd84da0 commit a23f188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

survey_dashboard/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def gen_update_wc_repo(target, event):
723723
global_filters_sec = row1
724724

725725
# Overview part
726-
overview_sec = pn.Column(md_text_overview[LANGUAGE], pn.Row(fig_ov1, fig_ov2), pn.Row(fig_ov3, fig_ov4))
726+
overview_sec = pn.Column(md_text_overview[LANGUAGE], pn.Row(fig_ov3, fig_ov2), pn.Row(fig_ov1, fig_ov4))
727727

728728

729729
# Tools

0 commit comments

Comments
 (0)