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