From 1390e0b800e403a022bbae88059e51b251db8f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Skrzypczak?= Date: Fri, 23 Jun 2023 12:08:43 +0200 Subject: [PATCH] Improved overlap labels in widget --- config/version.php | 2 +- .../basic/modules/Vtiger/resources/dashboards/Chart.js | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/version.php b/config/version.php index 9daa9fb4d22d..b7ed5fd2abdf 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ '6.4.242', + 'appVersion' => '6.4.243', 'patchVersion' => '2023.06.23', 'lib_roundcube' => '0.3.4', ]; diff --git a/public_html/layouts/basic/modules/Vtiger/resources/dashboards/Chart.js b/public_html/layouts/basic/modules/Vtiger/resources/dashboards/Chart.js index ed50f0f96a17..beb48303e0ae 100644 --- a/public_html/layouts/basic/modules/Vtiger/resources/dashboards/Chart.js +++ b/public_html/layouts/basic/modules/Vtiger/resources/dashboards/Chart.js @@ -288,7 +288,11 @@ YetiForce_Chart_Widget_Js( return { legend: { type: 'scroll' }, xAxis: { - type: 'category' + type: 'category', + axisLabel: { + interval: 0, + hideOverlap: true + } }, yAxis: { type: 'value',