From 6ec4307173f3eafa87fd063978914bf5816ecb0a Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Wed, 13 Sep 2017 14:52:18 -0400 Subject: [PATCH] Increase default top margin to account for two line graph titles. --- reports/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/utils.py b/reports/utils.py index 678c4e69..df1d6dd6 100644 --- a/reports/utils.py +++ b/reports/utils.py @@ -15,7 +15,7 @@ def default_graph_layout_options(): '"Segoe UI Symbol"', 'size': 14, }, - 'margin': {'b': 40, 't': 40}, + 'margin': {'b': 40, 't': 80}, 'xaxis': { 'titlefont': { 'color': 'rgba(0, 0, 0, 0.54)'