summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Metzger2020-05-24 18:03:55 +0200
committerLukas Metzger2020-05-24 18:03:55 +0200
commit9c6f6f5b523cdf5793aa9314de7b0a15f637da5a (patch)
tree793c64fc019ade52511e689104a98cb96e4262dd
parentConfigure color scheme (diff)
downloadbwlp-statistics-9c6f6f5b523cdf5793aa9314de7b0a15f637da5a.tar.gz
bwlp-statistics-9c6f6f5b523cdf5793aa9314de7b0a15f637da5a.tar.xz
bwlp-statistics-9c6f6f5b523cdf5793aa9314de7b0a15f637da5a.zip
Add more expressive headings
-rw-r--r--pages/locations.py2
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)))