From e567ad67c5bc3f2a4162aa7eefbc0c43aad5c91d Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 14 Jul 2014 15:26:35 +0200 Subject: [PATCH] Display statehistory summary vertically fixes #6636 --- library/Icinga/Web/Widget/Chart/HistoryColorGrid.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/Icinga/Web/Widget/Chart/HistoryColorGrid.php b/library/Icinga/Web/Widget/Chart/HistoryColorGrid.php index e463d5e61..0bc262ba8 100644 --- a/library/Icinga/Web/Widget/Chart/HistoryColorGrid.php +++ b/library/Icinga/Web/Widget/Chart/HistoryColorGrid.php @@ -33,7 +33,6 @@ use Icinga\Util\DateTimeFactory; use Icinga\Util\Color; use Icinga\Web\Widget\AbstractWidget; use DateInterval; -use Zend_View_Abstract; /** * Display a colored grid that visualizes a set of values for each day @@ -45,7 +44,7 @@ class HistoryColorGrid extends AbstractWidget { const ORIENTATION_HORIZONTAL = 'horizontal'; - public $orientation = self::ORIENTATION_HORIZONTAL; + public $orientation = self::ORIENTATION_VERTICAL; private $maxValue = 1;