Modif titre

This commit is contained in:
Rodolphe Quiedeville 2005-10-18 09:40:43 +00:00
parent f2a5e3b78b
commit 680cc01fbd

View File

@ -109,7 +109,7 @@ foreach($graphs as $graph)
$j = 0;
foreach($Tdate as $date)
{
$datas[$key][$j] = ($value[$date]/60);
$datas[$key][$j] = ($value[$date]/60000);
$j++;
}
@ -137,7 +137,7 @@ foreach($graphs as $graph)
$ObjectGraph->Add($gbplot);
$ObjectGraph->title->Set("Nombre de minutes ".$titres[$graph]." par fournisseurs");
$ObjectGraph->title->Set("Nombre de minutes ".$titres[$graph]." par fournisseurs (en milliers)");
$ObjectGraph->xaxis->SetTickLabels($Tdate);
$ObjectGraph->img->SetImgFormat("png");