You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
You have a bug with the constant rotation of a single sector in a pie chart.
To fix this, add this piece to the paint method: _prevAngle = degreeToRadian(degreeOptions.initialAngle);
Hi!
You have a bug with the constant rotation of a single sector in a pie chart.
To fix this, add this piece to the paint method:
_prevAngle = degreeToRadian(degreeOptions.initialAngle);pie_chart/lib/src/chart_painter.dart
Line 91 in 3fd757c
2026-02-12.10-18-40.mp4