From ce79f31d2c39120116f0628175efdc0d3cc8ea63 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 29 Nov 2005 09:55:43 +0000 Subject: [PATCH] Modif legend --- htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php b/htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php index cca1806b07e..c3891690f4d 100644 --- a/htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php +++ b/htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php @@ -130,6 +130,10 @@ class GraphCommerciauxPO { $bplot = new BarPlot($datas); $bplot->SetFillColor($this->barcolor[$i]); $bplot->SetLegend($comm_names[$commercial]); + if ($commercial == 18) + { + $bplot->SetLegend($comm_names[$commercial]."+DIS"); + } //$bplot->value->Show(); //$bplot->value->SetFont(FF_ARIAL,FS_BOLD,10); //$bplot->value->SetAngle(45);