/[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.7 by rodolphe, Thu Oct 20 19:24:47 2005 UTC revision 1.8 by rodolphe, Mon Nov 14 08:35:36 2005 UTC
# Line 83  class GraphBar extends DolibarrGraph { Line 83  class GraphBar extends DolibarrGraph {
83            }            }
84          */          */
85          $graph->title->Set($this->titre);          $graph->title->Set($this->titre);
86                $graph->xaxis->SetTickLabels($labels);
87          //$graph->title->SetFont(FF_VERDANA,FS_NORMAL);          //$graph->title->SetFont(FF_VERDANA,FS_NORMAL);
88    
89                if (!$this->no_xaxis_title)
90          $graph->xaxis->SetTickLabels($labels);              {
91          $graph->xaxis->title->Set(strftime("%d/%m/%y %H:%M:%S", time()));          $graph->xaxis->title->Set(strftime("%d/%m/%y %H:%M:%S", time()));
92              }
93    
94          $graph->Add($b2plot);          $graph->Add($b2plot);
95    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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