G2Plot
G2Plot copied to clipboard
🐛 [BUG] Pie Chart Broken animations when pass start/end angle
🐛 Broken Animation when pass start/end angle in Pie Chart
Required Link to minimal reproduction: https://codesandbox.io/s/hopeful-feynman-6twwk8?file=/index.js
📷 Step to reproduce
Just add startAngle and endAngle to Pie Chart then update data, you will see the broken animations when data is changing
{
startAngle: degreeToRadian(0),
endAngle: degreeToRadian(360)
}
🏞 Expected result
Animation when data is change have to bee smooth and correct
📷 GIF
