Modifie la légende

This commit is contained in:
Rodolphe Quiedeville 2005-02-18 12:42:00 +00:00
parent a210f5ca2d
commit e2b217713a

View File

@ -30,10 +30,12 @@ class GraphLignesCommandes extends GraphBar {
$this->file = $file; $this->file = $file;
$this->client = 0; $this->client = 0;
$this->titre = "Commandes Lignes"; $this->titre = "Commandes Lignes par mois";
$this->barcolor = "blue"; $this->barcolor = "blue";
$this->showframe = true; $this->showframe = true;
$this->LabelAngle = 0;
} }
Function GraphMakeGraph($commercial=0) Function GraphMakeGraph($commercial=0)
@ -69,7 +71,7 @@ class GraphLignesCommandes extends GraphBar {
$row = $this->db->fetch_row(); $row = $this->db->fetch_row();
$datas[$i] = $row[1]; $datas[$i] = $row[1];
$labels[$i] = substr($row[0],-2)."/".substr($row[0],2,2); $labels[$i] = substr($row[0],-2);//."/".substr($row[0],2,2);
$i++; $i++;
} }