2007-06-16 Raul Mateos <raulofpandora@gmail.com>
* 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
This commit is contained in:
parent
74e0b936e0
commit
b07ac0c456
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue