From d766b11ca158fd771dfeb59fabcce2c3c90d5676 Mon Sep 17 00:00:00 2001 From: bfederle Date: Tue, 17 Jan 2012 12:23:18 -0800 Subject: [PATCH] Fix for dashboard in Chrome/Safari --- ui/scripts/ui-custom/dashboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/ui-custom/dashboard.js b/ui/scripts/ui-custom/dashboard.js index 3f30ae61b9f..add69eeceb0 100644 --- a/ui/scripts/ui-custom/dashboard.js +++ b/ui/scripts/ui-custom/dashboard.js @@ -91,6 +91,7 @@ * Render circular pie chart, without labels */ var pieChart = function($container, data) { + $container.css({ width: 70, height: 66 }); $.plot($container, data, { width: 100, height: 100,