Increase default top margin to account for two line graph titles.

This commit is contained in:
Christopher Charbonneau Wells 2017-09-13 14:52:18 -04:00
parent e73cb380ef
commit 6ec4307173
1 changed files with 1 additions and 1 deletions

View File

@ -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)'