Reposiotionnent du graph et de la legende

This commit is contained in:
Rodolphe Quiedeville 2005-03-14 11:42:22 +00:00
parent 6b418ab37e
commit 997fa15026

View File

@ -55,7 +55,7 @@ class GraphPie extends DolibarrGraph {
$pieplot = new PiePlot($datas);
$pieplot->SetCenter(0.33,0.5);
$pieplot->SetCenter(0.30,0.53);
// Label font and color setup
$pieplot->SetFont(FF_FONT1,FS_BOLD);
@ -71,7 +71,7 @@ class GraphPie extends DolibarrGraph {
// Legends
$pieplot->SetLegends($labels);
$graph->legend->Pos(0.05,0.15);
$graph->legend->Pos(0.04,0.15);
$graph->Add($pieplot);