summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))