Suppression utilisation de fontes speciales
This commit is contained in:
parent
9bfbdbd685
commit
e3d5516ce6
@ -63,25 +63,10 @@ class GraphBrouzouf {
|
|||||||
$graph->xaxis->scale->SetGrace(20);
|
$graph->xaxis->scale->SetGrace(20);
|
||||||
//$graph->xaxis->SetLabelAlign('center','bottom');
|
//$graph->xaxis->SetLabelAlign('center','bottom');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$LabelAngle = 45;
|
|
||||||
if ($this->LabelAngle <> $LabelAngle && $this->LabelAngle > 0)
|
|
||||||
$LabelAngle = $this->LabelAngle;
|
|
||||||
|
|
||||||
$graph->xaxis->SetLabelAngle($LabelAngle);
|
|
||||||
|
|
||||||
//$graph->xaxis->SetLabelFormat('%d');
|
|
||||||
$graph->xaxis->SetFont(FF_VERDANA,FS_NORMAL,8);
|
|
||||||
|
|
||||||
$graph->Add($b2plot);
|
$graph->Add($b2plot);
|
||||||
|
|
||||||
$graph->title->Set($this->titre);
|
$graph->title->Set($this->titre);
|
||||||
|
|
||||||
$graph->title->SetFont(FF_VERDANA,FS_NORMAL);
|
|
||||||
$graph->yaxis->title->SetFont(FF_VERDANA,FS_NORMAL);
|
|
||||||
$graph->xaxis->title->SetFont(FF_VERDANA,FS_NORMAL);
|
|
||||||
|
|
||||||
$graph->xaxis->SetTickLabels($labels);
|
$graph->xaxis->SetTickLabels($labels);
|
||||||
|
|
||||||
// Display the graph
|
// Display the graph
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user