From 45d9e735517fc9659733cdeb789c8644d804d07a Mon Sep 17 00:00:00 2001 From: Mitan Omar Date: Tue, 1 Jan 2019 22:43:47 +0100 Subject: [PATCH] fixes fix of https://github.com/awssat/kleeja/issues/25 --- admin/Masmak/admin_footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/Masmak/admin_footer.html b/admin/Masmak/admin_footer.html index ff89f13..986b2e0 100755 --- a/admin/Masmak/admin_footer.html +++ b/admin/Masmak/admin_footer.html @@ -48,6 +48,7 @@ $(function () { barSpace: 5, width: $('#chart_stats').width }); + document.getElementById("chart_stats").style.height = "251px";