Changed size ring chart

This commit is contained in:
Juan Gilsanz Polo 2023-10-29 03:08:15 +01:00
parent d14dca8bd8
commit a8bd57904c
3 changed files with 3 additions and 2 deletions

View file

@ -186,7 +186,7 @@ class _TopItemsState extends State<TopItems> {
if (widget.data.isNotEmpty && width <= 700) ...[
if (_showChart) ...[
SizedBox(
height: 300,
height: 150,
child: chart
),
const SizedBox(height: 16),