diff --git a/LTA/ltastorageoverview/lib/webservice/templates/index.html b/LTA/ltastorageoverview/lib/webservice/templates/index.html
index f57e0a93b919dace0acb68d01b8098166dc765d5..9bacf73251904f79e4d5b418234a7109a7a1969c 100644
--- a/LTA/ltastorageoverview/lib/webservice/templates/index.html
+++ b/LTA/ltastorageoverview/lib/webservice/templates/index.html
@@ -132,7 +132,7 @@
                     },
                 xAxis: {
                     type: 'datetime',
-                    labels: { style: { fontSize: '22px'} },
+                    labels: { style: { fontSize: '22px'}, align: 'right' }
                 },
                 yAxis: {
                     title: { text: '<span style="font-size: 22px">TB</span>'},
@@ -180,7 +180,7 @@
                 },
                 xAxis: {
                     type: 'datetime',
-                    labels: { style: { fontSize: '22px'} },
+                    labels: { style: { fontSize: '22px'}, align: 'left' },
                 },
                 yAxis: {
                     title: { text: '<span style="font-size: 22px">PB</span>'},