From 69e1465f69c167f8f89f030cdb7933633ed11590 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 31 Oct 2025 18:01:27 +0100 Subject: [PATCH] Remove tonnage from pie chart labels for cleaner display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove middle tonnage line from chart labels - Keep only project name and percentage - Tonnage still visible in legend below chart - Reduces label clutter and improves readability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/components/RechartsPortfolioPieChart.tsx | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/components/RechartsPortfolioPieChart.tsx b/src/components/RechartsPortfolioPieChart.tsx index f89bf6a..6a114e2 100644 --- a/src/components/RechartsPortfolioPieChart.tsx +++ b/src/components/RechartsPortfolioPieChart.tsx @@ -82,10 +82,10 @@ export function RechartsPortfolioPieChart({ className="print:stroke-gray-400" /> - {/* Three-line label text - smaller sizes */} + {/* Two-line label text - project name and percentage only */} - {tons} tons - -