Modif titre

This commit is contained in:
Rodolphe Quiedeville 2005-12-08 15:18:19 +00:00
parent dddb042294
commit 2e82c98c60

View File

@ -129,7 +129,7 @@ if ($resql)
$graph->img->SetMargin(50,20,20,35); $graph->img->SetMargin(50,20,20,35);
$graph->xaxis->scale->SetGrace(20); $graph->xaxis->scale->SetGrace(20);
$graph->title->Set("Consommation en cours"); $graph->title->Set("Consommation en cours (en minutes)");
$graph->xaxis->SetTickLabels($labels); $graph->xaxis->SetTickLabels($labels);
$b2plot = new LinePlot($datas); $b2plot = new LinePlot($datas);