/[dolibarr]/dolibarr/htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php

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

revision 1.4 by rodolphe, Tue Nov 29 09:54:47 2005 UTC revision 1.5 by rodolphe, Tue Nov 29 09:55:43 2005 UTC
# Line 130  class GraphCommerciauxPO  { Line 130  class GraphCommerciauxPO  {
130          $bplot = new BarPlot($datas);          $bplot = new BarPlot($datas);
131          $bplot->SetFillColor($this->barcolor[$i]);          $bplot->SetFillColor($this->barcolor[$i]);
132          $bplot->SetLegend($comm_names[$commercial]);          $bplot->SetLegend($comm_names[$commercial]);
133            if ($commercial == 18)
134              {
135                $bplot->SetLegend($comm_names[$commercial]."+DIS");
136              }
137          //$bplot->value->Show();          //$bplot->value->Show();
138          //$bplot->value->SetFont(FF_ARIAL,FS_BOLD,10);          //$bplot->value->SetFont(FF_ARIAL,FS_BOLD,10);
139          //$bplot->value->SetAngle(45);          //$bplot->value->SetAngle(45);

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

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