From c1b70ab22a8666690f3e07da01e0059891894bae Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 22 Mar 2005 09:52:12 +0000 Subject: [PATCH] Modif couleur des barres --- htdocs/telephonie/stats/lignes/commandes.week.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/lignes/commandes.week.class.php b/htdocs/telephonie/stats/lignes/commandes.week.class.php index 6137dd5b127..159d25d1674 100644 --- a/htdocs/telephonie/stats/lignes/commandes.week.class.php +++ b/htdocs/telephonie/stats/lignes/commandes.week.class.php @@ -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; }