Ajout limit basse 0

This commit is contained in:
Rodolphe Quiedeville 2005-02-21 08:50:03 +00:00
parent eb71b430d6
commit b6d5502af1

View File

@ -61,6 +61,9 @@ class GraphLine extends DolibarrGraph {
$b2plot->SetFillColor($this->barcolor);
$graph->xaxis->scale->SetGrace(20);
$graph->yaxis->scale->SetAutoMin(0);
$LabelAngle = 45;
if ($this->LabelAngle <> $LabelAngle && $this->LabelAngle > 0)