From 5af4fe236113cb421de8f39c79a0c6d59012108b Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Thu, 7 Dec 2017 13:07:47 +0000 Subject: [PATCH] Task #8721: axis labels aligning --- LTA/ltastorageoverview/lib/webservice/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LTA/ltastorageoverview/lib/webservice/templates/index.html b/LTA/ltastorageoverview/lib/webservice/templates/index.html index f57e0a93b91..9bacf732519 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>'}, -- GitLab