mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-04 21:05:12 +00:00
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) {
|
Widget build(BuildContext context) {
|
||||||
var server = Provider.of<Server>(context, listen: false);
|
var server = Provider.of<Server>(context, listen: false);
|
||||||
return ListView(children: <Widget>[
|
return ListView(children: <Widget>[
|
||||||
SizedBox(height: 220.0, child: ServerLoadChart(server)),
|
SizedBox(height: 300.0, child: ServerLoadChart(server)),
|
||||||
SizedBox(height: 220.0, child: ServerPerformanceChart(server)),
|
SizedBox(height: 300.0, child: ServerPerformanceChart(server)),
|
||||||
//SizedBox(height: 220.0, child: ClientLoadChart(server.clientLoadManager)),
|
//SizedBox(height: 220.0, child: ClientLoadChart(server.clientLoadManager)),
|
||||||
//SizedBox(height: 220.0, child: ClientPerformanceChart(server.clientLoadManager)),
|
//SizedBox(height: 220.0, child: ClientPerformanceChart(server.clientLoadManager)),
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue