forked from LBRYCommunity/lbry-sdk
graph taller
This commit is contained in:
parent
ec79a1d0e8
commit
b8d9d097d8
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ class ServerCharts extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
var server = Provider.of<Server>(context, listen: false);
|
||||
return ListView(children: <Widget>[
|
||||
SizedBox(height: 220.0, child: ServerLoadChart(server)),
|
||||
SizedBox(height: 220.0, child: ServerPerformanceChart(server)),
|
||||
SizedBox(height: 300.0, child: ServerLoadChart(server)),
|
||||
SizedBox(height: 300.0, child: ServerPerformanceChart(server)),
|
||||
//SizedBox(height: 220.0, child: ClientLoadChart(server.clientLoadManager)),
|
||||
//SizedBox(height: 220.0, child: ClientPerformanceChart(server.clientLoadManager)),
|
||||
]);
|
||||
|
|
Loading…
Add table
Reference in a new issue