diff --git a/lib/ui/dashboard/dashboard_chart.dart b/lib/ui/dashboard/dashboard_chart.dart index 21f7457d3..6d520dc83 100644 --- a/lib/ui/dashboard/dashboard_chart.dart +++ b/lib/ui/dashboard/dashboard_chart.dart @@ -100,7 +100,7 @@ class _DashboardChartState extends State { Divider(height: 1.0), Container( width: double.infinity, - height: 100, + height: state.dashboardUIState.enableComparison ? 100 : 78, child: ListView( shrinkWrap: true, scrollDirection: Axis.horizontal,