diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 24bb5e4d0d..abea6a7c4a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-05-04 Sergio Martin + + * include/functions_reporting.php: Added the + high variation for the graphs when the + parameter $mini is true + 2010-05-04 Miguel de Dios * godmode/reporting/reporting_builder.preview.php: added file to show the diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 9bf8f0a36a..0085ce02a2 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -1453,11 +1453,13 @@ function render_report_html_item ($content, $table, $report, $mini = false) { $sizh = 'h6'; $sizem = '1.5'; $sizgraph_w = '350'; + $sizgraph_h = '100'; } else{ $sizh = 'h4'; $sizem = '3'; - $sizgraph_w = '350'; + $sizgraph_w = '750'; + $sizgraph_h = '230'; } @@ -1484,7 +1486,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) { } $data = array (); - $data[0] = ''; + $data[0] = ''; array_push ($table->data, $data); break; @@ -1524,7 +1526,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) { $table->colspan[2][0] = 3; $data = array (); - $data[0] = ''; + $data[0] = ''; array_push ($table->data, $data); break;