fix pie chart limits
This commit is contained in:
parent
0e106e65a5
commit
355b3cb4ef
|
@ -247,7 +247,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
|||
SizedBox(
|
||||
height: 20.0,
|
||||
),
|
||||
ExpensesChart()
|
||||
Container(height: 200, width: 200, child: ExpensesChart())
|
||||
],
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue