Skip to content

Commit

Permalink
feat: Decrease max chart hight for better layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Sep 11, 2024
1 parent f1fc08b commit 49e0653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/ui/analytics/charts/analytics_chart_container.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
class AnalyticsChartContainer extends StatelessWidget {
// Aspect ratio = width / height
static const _aspectRatio = 1.333;
static const _maxHeight = 360;
static const _maxHeight = 256;

const AnalyticsChartContainer({
super.key,
Expand Down

0 comments on commit 49e0653

Please sign in to comment.