refactor: Adjust inner radius of ExpenseDonutChart for improved visual clarity
This commit is contained in:
parent
99f6c594b9
commit
b4be463da6
@ -556,7 +556,7 @@ class _ExpenseDonutChartState extends State<_ExpenseDonutChart> {
|
||||
),
|
||||
labelIntersectAction: LabelIntersectAction.shift,
|
||||
),
|
||||
innerRadius: widget.isMobile ? '60%' : '65%',
|
||||
innerRadius: widget.isMobile ? '40%' : '45%',
|
||||
radius: widget.isMobile ? '75%' : '80%',
|
||||
explode: true,
|
||||
explodeAll: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user