文本隐藏在 Chronosys 周期内

文本隐藏在 Chronosys 周期内

我想将计时周期的文本移动到框的中间,但文本留在框后面,不可见。我也尝试过使用 tikz 框,但没有成功。

你有什么主意吗?

谢谢!

示例代码:

\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}

相关内容