From 2fba83776e07af46313ccc6c1830b316fc008c08 Mon Sep 17 00:00:00 2001 From: slerena Date: Fri, 8 Jun 2007 16:07:02 +0000 Subject: [PATCH] 2007-06-08 Sancho Lerena * More minor fixes :-) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@501 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/reporting/fgraph.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/reporting/fgraph.php b/pandora_console/reporting/fgraph.php index 1468f2e0d6..05fe1fe382 100644 --- a/pandora_console/reporting/fgraph.php +++ b/pandora_console/reporting/fgraph.php @@ -1797,9 +1797,9 @@ function odo_tactic ($value1, $value2, $value3){ // create a line array $LineArray =& Image_Graph::factory('Image_Graph_Line_Array'); - $LineArray->addColor('red', 'GLOBAL'); + $LineArray->addColor('black', 'GLOBAL'); $LineArray->addColor('black', 'DATA'); - $LineArray->addColor('blue', 'MONITOR'); + $LineArray->addColor('black', 'MONITOR'); $Plot->setArrowLineStyle($LineArray); $Plot->setArrowFillStyle($FillArray);