diff options
author | Lukas Metzger | 2020-05-24 18:03:55 +0200 |
---|---|---|
committer | Lukas Metzger | 2020-05-24 18:03:55 +0200 |
commit | 9c6f6f5b523cdf5793aa9314de7b0a15f637da5a (patch) | |
tree | 793c64fc019ade52511e689104a98cb96e4262dd | |
parent | Configure color scheme (diff) | |
download | bwlp-statistics-9c6f6f5b523cdf5793aa9314de7b0a15f637da5a.tar.gz bwlp-statistics-9c6f6f5b523cdf5793aa9314de7b0a15f637da5a.tar.xz bwlp-statistics-9c6f6f5b523cdf5793aa9314de7b0a15f637da5a.zip |
Add more expressive headings
-rw-r--r-- | pages/locations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/locations.py b/pages/locations.py index 9777769..470fc19 100644 --- a/pages/locations.py +++ b/pages/locations.py @@ -89,7 +89,7 @@ def make_content_all(days, date): direction='clockwise' )) figure.update_layout( - title_text = sat, + title_text = '<sub>Sessiontime per Location</sub><br>' + sat, showlegend=False ) figures.append(dbc.Col(width=12, md=6, xl=4, children=dcc.Graph(figure=figure))) |