From fff8d72fa5176f6b2e827f70190cc823c06fd5cb Mon Sep 17 00:00:00 2001 From: almasaeed2010 Date: Wed, 27 Aug 2014 18:56:17 -0400 Subject: [PATCH] Fixed dashboard.js --- js/AdminLTE/dashboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/AdminLTE/dashboard.js b/js/AdminLTE/dashboard.js index a6715fa27..49f9c26f4 100755 --- a/js/AdminLTE/dashboard.js +++ b/js/AdminLTE/dashboard.js @@ -188,7 +188,7 @@ $(function() { ], hideHover: 'auto' }); - //Bar chart + /*Bar chart var bar = new Morris.Bar({ element: 'bar-chart', resize: true, @@ -206,7 +206,7 @@ $(function() { ykeys: ['a', 'b'], labels: ['CPU', 'DISK'], hideHover: 'auto' - }); + });*/ //Fix for charts under tabs $('.box ul.nav a').on('shown.bs.tab', function(e) { area.redraw();