From b07ac0c4561ca5b34d3aea934a4b8c322b176990 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sat, 16 Jun 2007 16:21:41 +0000 Subject: [PATCH] 2007-06-16 Raul Mateos * reporting/fgraph.php: Back to last modified version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@515 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 13a44c5448..7c510d5041 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('black', 'GLOBAL'); + $LineArray->addColor('red', 'GLOBAL'); $LineArray->addColor('black', 'DATA'); - $LineArray->addColor('black', 'MONITOR'); + $LineArray->addColor('blue', 'MONITOR'); $Plot->setArrowLineStyle($LineArray); $Plot->setArrowFillStyle($FillArray);