fix pie chart limits

This commit is contained in:
Motia Benachour 2022-09-11 16:20:00 +01:00
parent 0e106e65a5
commit 355b3cb4ef
No known key found for this signature in database
GPG key ID: 070D55D6C32CF425

View file

@ -247,7 +247,7 @@ class _HomeScreenState extends State<HomeScreen> {
SizedBox(
height: 20.0,
),
ExpensesChart()
Container(height: 200, width: 200, child: ExpensesChart())
],
)
],