refactor: Adjust inner radius of ExpenseDonutChart for improved visual clarity

This commit is contained in:
Vaibhav Surve 2025-11-01 17:14:44 +05:30
parent 99f6c594b9
commit b4be463da6

View File

@ -556,7 +556,7 @@ class _ExpenseDonutChartState extends State<_ExpenseDonutChart> {
), ),
labelIntersectAction: LabelIntersectAction.shift, labelIntersectAction: LabelIntersectAction.shift,
), ),
innerRadius: widget.isMobile ? '60%' : '65%', innerRadius: widget.isMobile ? '40%' : '45%',
radius: widget.isMobile ? '75%' : '80%', radius: widget.isMobile ? '75%' : '80%',
explode: true, explode: true,
explodeAll: false, explodeAll: false,