mirror of https://github.com/snachodog/mybuddy.git
Increase default top margin to account for two line graph titles.
This commit is contained in:
parent
e73cb380ef
commit
6ec4307173
|
@ -15,7 +15,7 @@ def default_graph_layout_options():
|
||||||
'"Segoe UI Symbol"',
|
'"Segoe UI Symbol"',
|
||||||
'size': 14,
|
'size': 14,
|
||||||
},
|
},
|
||||||
'margin': {'b': 40, 't': 40},
|
'margin': {'b': 40, 't': 80},
|
||||||
'xaxis': {
|
'xaxis': {
|
||||||
'titlefont': {
|
'titlefont': {
|
||||||
'color': 'rgba(0, 0, 0, 0.54)'
|
'color': 'rgba(0, 0, 0, 0.54)'
|
||||||
|
|
Loading…
Reference in New Issue