diff --git a/frontend/src/app/components/statistics/statistics.component.html b/frontend/src/app/components/statistics/statistics.component.html
index 3728ab698..8aaf5d833 100644
--- a/frontend/src/app/components/statistics/statistics.component.html
+++ b/frontend/src/app/components/statistics/statistics.component.html
@@ -1,6 +1,6 @@
-
+
Loading graphs...
diff --git a/frontend/src/app/components/statistics/statistics.component.scss b/frontend/src/app/components/statistics/statistics.component.scss
index 8e8761841..882e7d496 100644
--- a/frontend/src/app/components/statistics/statistics.component.scss
+++ b/frontend/src/app/components/statistics/statistics.component.scss
@@ -41,3 +41,11 @@
}
}
}
+
+.loading{
+ display: flex;
+ flex-direction: column;
+ text-align: center;
+ height: 80vh;
+ justify-content: center;
+}
\ No newline at end of file