/[dolibarr]/dolibarr/htdocs/telephonie/script/graph-statistiques-fournisseurs.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/graph-statistiques-fournisseurs.php

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

revision 1.2 by rodolphe, Tue Oct 18 09:36:11 2005 UTC revision 1.3 by rodolphe, Tue Oct 18 09:40:43 2005 UTC
# Line 109  foreach($graphs as $graph) Line 109  foreach($graphs as $graph)
109        $j = 0;        $j = 0;
110        foreach($Tdate as $date)        foreach($Tdate as $date)
111          {          {
112            $datas[$key][$j] = ($value[$date]/60);            $datas[$key][$j] = ($value[$date]/60000);
113            $j++;            $j++;
114          }          }
115                
# Line 137  foreach($graphs as $graph) Line 137  foreach($graphs as $graph)
137    
138    $ObjectGraph->Add($gbplot);    $ObjectGraph->Add($gbplot);
139        
140    $ObjectGraph->title->Set("Nombre de minutes ".$titres[$graph]." par fournisseurs");    $ObjectGraph->title->Set("Nombre de minutes ".$titres[$graph]." par fournisseurs (en milliers)");
141    $ObjectGraph->xaxis->SetTickLabels($Tdate);    $ObjectGraph->xaxis->SetTickLabels($Tdate);
142        
143    $ObjectGraph->img->SetImgFormat("png");    $ObjectGraph->img->SetImgFormat("png");

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