Ajout limit basse à 0
This commit is contained in:
parent
eb71b430d6
commit
b6d5502af1
@ -61,6 +61,9 @@ class GraphLine extends DolibarrGraph {
|
|||||||
$b2plot->SetFillColor($this->barcolor);
|
$b2plot->SetFillColor($this->barcolor);
|
||||||
|
|
||||||
$graph->xaxis->scale->SetGrace(20);
|
$graph->xaxis->scale->SetGrace(20);
|
||||||
|
|
||||||
|
$graph->yaxis->scale->SetAutoMin(0);
|
||||||
|
|
||||||
|
|
||||||
$LabelAngle = 45;
|
$LabelAngle = 45;
|
||||||
if ($this->LabelAngle <> $LabelAngle && $this->LabelAngle > 0)
|
if ($this->LabelAngle <> $LabelAngle && $this->LabelAngle > 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user