/[dolibarr]/dolibarr/htdocs/telephonie/stats/graph/bar.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/graph/bar.class.php

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

revision 1.5 by rodolphe, Fri Feb 18 13:04:05 2005 UTC revision 1.6 by rodolphe, Wed Aug 24 08:55:11 2005 UTC
# Line 71  class GraphBar extends DolibarrGraph { Line 71  class GraphBar extends DolibarrGraph {
71            
72          $graph->xaxis->scale->SetGrace(20);          $graph->xaxis->scale->SetGrace(20);
73    
74          $LabelAngle = 45;          $LabelAngle = 0;
75    
76          if ($this->LabelAngle <> $LabelAngle && strlen($this->LabelAngle) > 0)          if ($this->LabelAngle <> $LabelAngle && strlen($this->LabelAngle) > 0)
77            $LabelAngle = $this->LabelAngle;            $LabelAngle = $this->LabelAngle;
# Line 84  class GraphBar extends DolibarrGraph { Line 84  class GraphBar extends DolibarrGraph {
84                
85          $graph->title->Set($this->titre);          $graph->title->Set($this->titre);
86            
87          $graph->title->SetFont(FF_VERDANA,FS_NORMAL);          //$graph->title->SetFont(FF_VERDANA,FS_NORMAL);
88    
89            
90          $graph->xaxis->SetTickLabels($labels);            $graph->xaxis->SetTickLabels($labels);  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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