From 9f1fe454df03aa86962d7b810ec18336a83d9a4a Mon Sep 17 00:00:00 2001 From: Herwig Birke Date: Mon, 17 Nov 2025 13:20:16 +0100 Subject: [PATCH] Chart in PDF --- lib/features/igel/presentation/igel_detail_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/features/igel/presentation/igel_detail_screen.dart b/lib/features/igel/presentation/igel_detail_screen.dart index b87d05d..ccc2bce 100644 --- a/lib/features/igel/presentation/igel_detail_screen.dart +++ b/lib/features/igel/presentation/igel_detail_screen.dart @@ -1915,8 +1915,8 @@ class _WeightChartPainter extends CustomPainter { @override void paint(Canvas canvas, Size size) { const paddingLeft = 64.0; // Platz für Y-Labels, damit nichts abgeschnitten wird - const paddingBottom = 28.0; // Platz für X-Labels - const paddingTop = 8.0; + const paddingBottom = 18.0; // Platz für X-Labels (kompakter) + const paddingTop = 4.0; const paddingRight = 28.0; // Platz für letzte X-Labels final area = Rect.fromLTWH(