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