How to modify this timeline (as shown in the attached image):
- Have a dashed arrow coming out of the rectangular see (Timeline in LaTeX).
- Remove the left and right borders.
- Relocate the names of A123 and X256 to be inside the rectangle
\documentclass[10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{chronosys}
\usepackage[paperwidth=34cm, paperheight=10cm]{geometry}%taille du document
\definecolor{gry}{HTML}{375D81}
\definecolor{cyan}{HTML}{00ffff}
\begin{document}
%---------------------timeline----------------%
\startchronology[align=left, startyear=1993,stopyear=2037, height=0pt, startdate=false, stopdate=false, dateselevation=0pt, arrow=false, box=true]
%
\chronograduation[event][dateselevation=0pt]{1}
%---------------------periods----------------%
\chronoperiode[textstyle=\colorbox{gry!50}, color=gry, startdate=false, bottomdepth=0pt, topheight=15pt, textdepth=35pt,dateselevation=12pt, stopdate=false]{1994}{2020}{X256}
\chronoperiode[textstyle=\colorbox{cyan!50}, color=cyan, startdate=false, bottomdepth=16pt, topheight=31pt, textdepth=-25pt, dateselevation=12pt, stopdate=false]{1998}{2019}{A123}
\stopchronology
\end{document}

