Changed item count back to normal
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m19s
Pull Request Pipeline / lint (pull_request) Successful in 2m23s

This commit is contained in:
2025-11-23 12:34:42 +01:00
parent e9b041e43a
commit 7cda25a380

View File

@@ -93,7 +93,7 @@ class _StatisticsViewState extends State<StatisticsView> {
title: 'Winrate per Player',
width: constraints.maxWidth * 0.95,
values: winRates,
itemCount: 115,
itemCount: 5,
barColor: Colors.orange[700]!,
),
SizedBox(height: constraints.maxHeight * 0.02),