From a2c5307713a1e194940b17aa3750a9c9d6b4f5d7 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 20 Apr 2026 19:28:36 +0200 Subject: [PATCH] fix(pitch-deck): chart label sizes + negative value positions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Kunden labels: 7px → 11px (matching MRR) - EBIT negative: moved from inside bar (mt-1) to above bar (-mt-4) - Liquidität negative: same fix (-mt-4 for all values) - grossMargin + nrr added to FinanzplanSlide KPIs Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/components/slides/FinanzplanSlide.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pitch-deck/components/slides/FinanzplanSlide.tsx b/pitch-deck/components/slides/FinanzplanSlide.tsx index e335aa6..565992b 100644 --- a/pitch-deck/components/slides/FinanzplanSlide.tsx +++ b/pitch-deck/components/slides/FinanzplanSlide.tsx @@ -333,7 +333,7 @@ export default function FinanzplanSlide({ lang, investorId, preferredScenarioId, {/* Kunden bar */}
-
{d.cust}
+
{d.cust}
{d.year} @@ -367,7 +367,7 @@ export default function FinanzplanSlide({ lang, investorId, preferredScenarioId, ) : (
-
{Math.round(k.ebit/1000)}k
+
{Math.round(k.ebit/1000)}k
)} @@ -417,7 +417,7 @@ export default function FinanzplanSlide({ lang, investorId, preferredScenarioId,
= 0 ? 'bg-cyan-500/60 rounded-t' : 'bg-red-500/60 rounded-b'} w-full`} style={{ height: `${Math.max(h, 4)}px` }}> -
= 0 ? 'text-cyan-300 -mt-4' : 'text-red-300 mt-1'} text-center whitespace-nowrap font-semibold`}>{label}
+
= 0 ? 'text-cyan-300' : 'text-red-300'} text-center -mt-4 whitespace-nowrap font-semibold`}>{label}
{d.year}