Code: Select all
\begin{ganttchart}[
hgrid style/.style={black, dotted},
inline,
progress label text=\relax,
today=05-11-2020,
today label=Today,
today label font=\color{red!50!black},
today rule/.style={draw=black!50!white, dashed,thin},
x unit=.36mm,
y unit chart=10mm,
y unit title=10mm,
time slot format=little-endian,
group label font=\normalsize,
link/.style={->, thin},
]{01-11-2020}{31-12-2021}
\gantttitlecalendar{year, month=shortname}\\
\ganttgroup[group/.append style={fill=orange}]{Group}{01-11-2020}{30-05-2021}\\ [grid]
\ganttorangebar[name=Start,bar inline label node/.style={above=3pt}]{Start}{21-11-2020} {21-11-2020}\\ [grid]
\ganttorangebar[name=Data]{Data}{10-12-2020}{10-12-2020}\\ [grid]
\ganttorangebar[name=Shortlist,bar inline label node/.style={left}]{Shortlist}{21-12-2020}{08-01-2021} \\ [grid]
\ganttorangebar[name=Insp, bar label inline anchor/.style=right]{Inspection}{08-01-2021}{31-03-2021} \\ [grid]
\ganttorangebar[name=Offer]{Offers}{01-03-2021}{30-04-2021} \\ [grid]
\ganttbar[bar label inline anchor/.style=above]{Task 2}{01-04-2021}{30-05-2021}\\
\ganttlink[link mid=0.5]{Start}{Data}
\ganttlink{Data}{Shortlist}
\ganttlink[link mid=.5, link bulge=5]{Shortlist}{Insp}
\ganttlink[link mid=.5, link bulge=6]{Insp}{Offer}
\end{ganttchart}
\end{document}