mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
changed the gant-chart-lines to bars
This commit is contained in:
parent
588abbaea7
commit
878f345099
@ -269,7 +269,10 @@
|
|||||||
$x2 = $largest * $linespace + $this->margin_left;
|
$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++;
|
$color_index++;
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user