mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Changed size ring chart
This commit is contained in:
parent
d14dca8bd8
commit
a8bd57904c
3 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,6 @@ class CustomPieChart extends StatelessWidget {
|
|||
return PieChart(
|
||||
dataMap: data,
|
||||
animationDuration: const Duration(milliseconds: 800),
|
||||
chartRadius: MediaQuery.of(context).size.width / 3,
|
||||
colorList: colors,
|
||||
initialAngleInDegree: 270,
|
||||
chartType: ChartType.ring,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue