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,