Modif legend

This commit is contained in:
Rodolphe Quiedeville 2005-11-29 09:55:43 +00:00
parent 26c402d188
commit ce79f31d2c

View File

@ -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);