mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-03 03:49:29 +00:00
Wert der viewBox geändert um mehrere Phasen im Gantt Chart abbilden zu können
This commit is contained in:
@@ -837,7 +837,7 @@ function getProjektGantt()
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">';
|
||||
echo '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="100%" height="100%" viewBox="0 0 750 700">';
|
||||
width="100%" height="100%" viewBox="0 0 750 800">';
|
||||
|
||||
// Überschriften
|
||||
echo'<text x="25%" y="40" style="font-size:33px">Phasen Studienjahr: '.$studienjahr.'/'.($studienjahr+1).'</text>';
|
||||
|
||||
Reference in New Issue
Block a user