I want to move the text of a chronoperiode to the middle of the box, but the text keep behind the box and is not visible. I tried to with tikz boxes too, but it doen't work.
Do you have any idea?
Thanks!
Example code:
\begin{chronology}
\setupchronograduation[event]{}
\chronograduation{2}
\chronoperiode[textdepth=-1mm,ifcolorbox=false,dates=false,color=blue]{2005}{2010}{--Text 1--}
\chronoperiode[textdepth=-1mm,ifcolorbox=false,dates=false,color=green]{2011}{2015}{
\tikz \node (B) at (0,0) {--Text 2--};
}
\end{chronology}