mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 22:44:11 +02:00
feat(proposal): add deadlines to gantt chart
This commit is contained in:
parent
53643d8985
commit
272745f9e1
Binary file not shown.
@ -125,14 +125,29 @@
|
|||||||
x unit=1.3mm,
|
x unit=1.3mm,
|
||||||
y unit chart=7.5mm,
|
y unit chart=7.5mm,
|
||||||
time slot format=isodate,
|
time slot format=isodate,
|
||||||
]{2024-02-26}{2024-05-12}
|
% vrule styling
|
||||||
% \gantttitle{Project Plan}{12} \\
|
vrule/.append style={red},
|
||||||
% \gantttitlelist{1,...,12}{1} \\
|
vrule label node/.append style={align=center},
|
||||||
|
]{2024-02-26}{2024-05-12}
|
||||||
\gantttitlecalendar{year, week} \\
|
\gantttitlecalendar{year, week} \\
|
||||||
|
|
||||||
\ganttgroup{Task 1}{2024-02-26}{2024-03-09} \\
|
\ganttgroup{Task 1}{2024-02-26}{2024-03-09} \\
|
||||||
\ganttbar{Subtask 1}{2024-02-26}{2024-02-29} \\
|
\ganttbar{Subtask 1}{2024-02-26}{2024-02-29} \\
|
||||||
\ganttlinkedbar{Subtask 2}{2024-03-01}{2024-03-09} \ganttnewline
|
\ganttlinkedbar{Subtask 2}{2024-03-01}{2024-03-09} \ganttnewline
|
||||||
% \ganttlink{elem2}{elem3}
|
|
||||||
|
% Deadlines
|
||||||
|
\ganttvrule{%
|
||||||
|
Presentation\ganttalignnewline
|
||||||
|
Deadline %
|
||||||
|
}{2024-03-22}
|
||||||
|
\ganttvrule{%
|
||||||
|
Poster\ganttalignnewline %
|
||||||
|
Deadline%
|
||||||
|
}{2024-04-24}
|
||||||
|
\ganttvrule{%
|
||||||
|
Dissertation\ganttalignnewline %
|
||||||
|
Deadline%
|
||||||
|
}{2024-05-08}
|
||||||
\end{ganttchart}
|
\end{ganttchart}
|
||||||
|
|
||||||
\subsection{Brief Explanation}
|
\subsection{Brief Explanation}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user