I'm using the pgfgantt package (v3.0) on TeX Live 2012. Adding the chart and titles works fine, however adding a ganttbar gives a double error of
Package tikz Error: Extra options not allowed for
clipping path command..
The bar is though added to the chart, and is seen in the pdf. I'm also using the progress option, but the progress color is always 0% complete.
A sample code with the problem:
\begin{figure}
\centering
\begin{tikzpicture}
\begin{ganttchart}[bar/.style={fill=green}, incomplete/.style={fill=red}]{25}
\gantttitle{Week Calendar}{25} \\
\gantttitlelist{6,...,30}{1}\\
\ganttbar[progress=100]{Do something}{1}{5}\\
\ganttlinkedbar[progress=0]{Continue it}{6}{15}\\
\ganttbar[progress=40]{Report}{1}{25}
\end{ganttchart}
\end{tikzpicture}
\label{fig:calendar}
\end{figure}
The corresponding figure

Any ideas to solve this?
\pgfversion)? – Qrrbrbirlbel Feb 18 at 14:50