From bf02875471074df59709b90285f4a27e55103e17 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 4 May 2010 11:00:57 +0000 Subject: [PATCH] 2010-05-04 Sergio Martin * include/functions_reporting.php: Added the high variation for the graphs when the parameter $mini is true git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2661 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/functions_reporting.php | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) 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;