Currently, if you have two pie-charts, it will start again with color0. Is there any possibility to start with the next color (the one after used by the previous pie-chart)
\begin{tikzpicture}
\pie{58.54/A, 39.02/B, 2.44/C}
\end{tikzpicture}
Some text.
\begin{tikzpicture}
\pie{87.8/A, 12.2/B}
\end{tikzpicture}
Here, the second one starts again with color0, but I want it to continue with color3

