Modif couleur des barres

This commit is contained in:
Rodolphe Quiedeville 2005-03-22 09:52:12 +00:00
parent 492a94a9dd
commit c1b70ab22a

View File

@ -32,7 +32,7 @@ class GraphLignesCommandesWeek extends GraphBarAcc {
$this->client = 0;
$this->titre = "Commandes Lignes par semaine";
$this->barcolor = "green";
$this->barcolor = "blue";
$this->showframe = true;
}