Hello and thanks for the great library!
I've reproduced the issue here but I need the animation so what solution?:
https://codesandbox.io/s/k062y8l13v
the fix is to comment out the animate property
<VictoryPie
// animate={{ duration: 500, easing: "cubicOut" }}
colorScale={colors}
data={data}
height={500}
width={500}
y={datum => datum._percent}
labelRadius={110}
labelComponent={}
/>