From f4329260717460d335555887962a0b0a964a4be7 Mon Sep 17 00:00:00 2001 From: Roland Becker Date: Mon, 25 Feb 2019 21:12:54 +0100 Subject: [PATCH] Adjust barchart labels after Chart.js update Issue #25488 --- plugins/MantisGraph/files/MantisGraph.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/MantisGraph/files/MantisGraph.js b/plugins/MantisGraph/files/MantisGraph.js index b603e54656..3f4eb6f794 100644 --- a/plugins/MantisGraph/files/MantisGraph.js +++ b/plugins/MantisGraph/files/MantisGraph.js @@ -14,6 +14,11 @@ $(document).ready( function() { }, options: { scales: { + xAxes: [{ + ticks: { + maxRotation: 90 + } + }], yAxes: [{ ticks: { beginAtZero: true