I want to draw this using tikz package of latex.
I already write down the code for that. But the problem is that how could I input the sentence Happing Now within the picture.
My code is
\begin{frame}{Frame Title}
\begin{figure}
\centering
\begin{tikzpicture}
\draw[thick][->](0,0) to (4,0);
\draw[thick][->](2,1.5) to (4,0.5);
\draw[thick][loosely dotted](4,0) to (5,0);
\end{tikzpicture}
\caption{Timeline}
\label{fig:my_label1}
\end{figure}
\end{frame}




nodeat the starting point of the arrow. Read A very minimal introduction to TikZ for more. – nidhin Dec 12 '18 at 18:50\draw[thick][->] (2,1.5) node[anchor=east]{Happing Now} to (4,0.5);– hpekristiansen Dec 12 '18 at 18:56\draw. – Peter Grill Dec 12 '18 at 19:07