diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index 6385ea969e..c844fa0d64 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -111,6 +111,14 @@ else { $graph_array['height'] = "300"; $graph_array['width'] = $graph_width; + if($_SESSION['screen_width']) { + $graph_array['width'] = ($_SESSION['screen_width'] - ($_SESSION['screen_width']/12)); + } + + if($_SESSION['screen_height']) { + $graph_array['height'] = ($_SESSION['screen_height'] - ($_SESSION['screen_height']/2)); + } + echo("
"); include_once 'includes/print-date-selector.inc.php';