From fcc37c46abdb3379a4ccdfb020e1f5c34888b0d1 Mon Sep 17 00:00:00 2001 From: bot-backend Date: Sun, 12 Jul 2026 15:16:34 +0000 Subject: [PATCH] =?UTF-8?q?fix(tradein/v2):=20=D0=B0=D0=BD=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D1=82=D0=B8=D0=BA=D0=B0=20=E2=80=94=20=D0=B2=D1=8B=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=BD=D1=8F=D1=82=D1=8C=20=D0=B4=D0=B2=D0=B0=20?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D1=84=D0=B8=D0=BA=D0=B0=20=D0=B2=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BD=D1=83=D1=8E=20=D0=B2=D1=8B=D1=81=D0=BE=D1=82?= =?UTF-8?q?=D1=83=20(#2483)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/trade-in/v2/AnalyticsView.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tradein-mvp/frontend/src/components/trade-in/v2/AnalyticsView.tsx b/tradein-mvp/frontend/src/components/trade-in/v2/AnalyticsView.tsx index 64861eca..0513a3a3 100644 --- a/tradein-mvp/frontend/src/components/trade-in/v2/AnalyticsView.tsx +++ b/tradein-mvp/frontend/src/components/trade-in/v2/AnalyticsView.tsx @@ -329,13 +329,15 @@ export default function AnalyticsView({ {/* история цен + цена × срок продажи — side by side so both fit the fixed-height v2 artboard panel without scrolling (reclaims ~194px - of vertical space vs. stacking; chart heights unchanged). */} + of vertical space vs. stacking). Both SVGs share height: 260 (viewBox + heights differ — 220 vs 300 — but preserveAspectRatio="none" stretches + them to match) so the two cards render at equal height. */}
{/* история цен */} @@ -390,7 +392,7 @@ export default function AnalyticsView({