diff --git a/src/pages/_includes/ui/chart.html b/src/pages/_includes/ui/chart.html index 00fe26ac8108c6362aa44a7bf5025458e5baebc4..15028cef8b1cff35b87f5574f9210311dd06dcd4 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,