From: Volker Theile Date: Fri, 11 Jan 2019 09:44:34 +0000 (+0100) Subject: mgr/dashboard: Confusing tilted time stamps in the CephFS performance graph X-Git-Tag: v14.1.0~407^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25909%2Fhead;p=ceph.git mgr/dashboard: Confusing tilted time stamps in the CephFS performance graph Fixes: https://tracker.ceph.com/issues/37862 Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts index 0ef6c5695b4b..1dd411677a75 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts @@ -85,6 +85,9 @@ export class CephfsChartComponent implements OnChanges, OnInit { displayFormats: { quarter: 'MMM YYYY' } + }, + ticks: { + maxRotation: 0 } } ],