summaryrefslogtreecommitdiffstats
path: root/pages/total.py
diff options
context:
space:
mode:
Diffstat (limited to 'pages/total.py')
-rw-r--r--pages/total.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/total.py b/pages/total.py
index f4d6c90..c22170a 100644
--- a/pages/total.py
+++ b/pages/total.py
@@ -44,16 +44,16 @@ def layout():
])
]),
dbc.Row([dbc.Col([
- dcc.Graph(id='total-graph-times')
+ dcc.Loading(dcc.Graph(id='total-graph-times'))
])]),
dbc.Row([dbc.Col([
- dcc.Graph(id='total-graph-session-length')
+ dcc.Loading(dcc.Graph(id='total-graph-session-length'))
])]),
dbc.Row([dbc.Col([
- dcc.Graph(id='total-graph-sessions')
+ dcc.Loading(dcc.Graph(id='total-graph-sessions'))
])]),
dbc.Row([dbc.Col([
- dcc.Graph(id='total-graph-users')
+ dcc.Loading(dcc.Graph(id='total-graph-users'))
])])
])