[Phphtmllib-devel] SF.net SVN: phphtmllib:[3219] trunk/open2300/lib/modules/graphs/flash/ TempDewPo
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-02-17 15:16:04
|
Revision: 3219 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3219&view=rev Author: hemna Date: 2009-02-17 15:15:59 +0000 (Tue, 17 Feb 2009) Log Message: ----------- min/max Modified Paths: -------------- trunk/open2300/lib/modules/graphs/flash/TempDewPointLineFlashGraph.inc Modified: trunk/open2300/lib/modules/graphs/flash/TempDewPointLineFlashGraph.inc =================================================================== --- trunk/open2300/lib/modules/graphs/flash/TempDewPointLineFlashGraph.inc 2009-02-17 15:14:31 UTC (rev 3218) +++ trunk/open2300/lib/modules/graphs/flash/TempDewPointLineFlashGraph.inc 2009-02-17 15:15:59 UTC (rev 3219) @@ -62,7 +62,7 @@ $line_2->set_key("Dew Point", 10); $y = new OFC_Elements_Axis_Y(); - $y->set_range( min($this->temp_values)-10, max($this->temp_values)*1.5, 10); + $y->set_range( min($this->temp_values)-5, max($this->temp_values)*1.2, 10); $x = new OFC_Elements_Axis_X(); $x->set_steps(24); $x->set_tick_height(5); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |