From 1542945658be3ba60cbe2d787524c06aca991558 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 21 Feb 2021 21:09:19 +0100 Subject: [PATCH] charts label fixes --- src/pages/_includes/ui/chart.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/_includes/ui/chart.html b/src/pages/_includes/ui/chart.html index 00fe26ac..15028cef 100644 --- a/src/pages/_includes/ui/chart.html +++ b/src/pages/_includes/ui/chart.html @@ -199,7 +199,7 @@ {% if data.legend %} show: true, position: 'bottom', - offsetY: 8, + offsetY: 12, markers: { width: 10, height: 10, @@ -207,6 +207,7 @@ }, itemMargin: { horizontal: 8, + vertical: 8 }, {% else %} show: false, -- GitLab