From a76f6c798b466db644fc5d9cd5cbc516f48b9c59 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Fri, 11 Jan 2019 10:44:34 +0100 Subject: [PATCH] mgr/dashboard: Confusing tilted time stamps in the CephFS performance graph Fixes: https://tracker.ceph.com/issues/37862 Signed-off-by: Volker Theile --- .../src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts | 3 +++ 1 file changed, 3 insertions(+) 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 0ef6c5695b4..1dd411677a7 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 } } ], -- 2.39.5