Fix for dashboard in Chrome/Safari

This commit is contained in:
bfederle 2012-01-17 12:23:18 -08:00
parent e7d55d77f5
commit d766b11ca1
1 changed files with 1 additions and 0 deletions

View File

@ -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,