/[dolibarr]/dolibarr/scripts/energie/graph-line.php
ViewVC logotype

Diff of /dolibarr/scripts/energie/graph-line.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by rodolphe, Thu Aug 11 08:35:17 2005 UTC revision 1.3 by rodolphe, Sun Aug 14 14:30:47 2005 UTC
# Line 154  if ($resql_c) Line 154  if ($resql_c)
154                    $width = 750;                    $width = 750;
155                    $height = 300;                    $height = 300;
156                    $graph = new Graph($width, $height,"auto");                        $graph = new Graph($width, $height,"auto");    
157                    $graph->SetScale("textlin",0,$maxa);                    $graph->SetScale("textlin");
158                                
159                    $graph->yaxis->scale->SetGrace(2);                    $graph->yaxis->scale->SetGrace(2);
160                    $graph->SetFrame(1);                    $graph->SetFrame(1);
# Line 178  if ($resql_c) Line 178  if ($resql_c)
178                    $width = 300;                    $width = 300;
179                    $height = 90;                    $height = 90;
180                    $graph = new Graph($width, $height,"auto");                        $graph = new Graph($width, $height,"auto");    
181                    $graph->SetScale("textlin",0,$maxa);                    $graph->SetScale("textlin");
182                                
183                    $graph->yaxis->scale->SetGrace(2);                    $graph->yaxis->scale->SetGrace(2);
184                    $graph->SetFrame(1);                    $graph->SetFrame(1);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26