changed the gant-chart-lines to bars

This commit is contained in:
Ralf Becker 2003-10-04 14:49:39 +00:00
parent 588abbaea7
commit 878f345099

View File

@ -269,7 +269,10 @@
$x2 = $largest * $linespace + $this->margin_left;
}
$this->img->Line($x1,$y1,$x2,$y2);
for ($w = 0; $w < 7; $w++)
{
$this->img->Line(1+$x1,$y1+$w,$x2,$y2+$w);
}
$color_index++;
$i++;
}