From 6554c6b22df27d368f32a8afb4c972b89cc59b57 Mon Sep 17 00:00:00 2001 From: chomik Date: Mon, 17 Jun 2019 00:27:20 +0200 Subject: [PATCH] charts small fixes --- js/app/charts.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/app/charts.js b/js/app/charts.js index f6d991c9..626dabd0 100644 --- a/js/app/charts.js +++ b/js/app/charts.js @@ -87,11 +87,8 @@ if (window.Apex) { pie: { expandOnClick: false, dataLabels: { - offset: 36, + offset: -8, minAngleToShowLabel: 10, - style: { - color: 'red' - } }, }, }, -- GitLab