From 95203b4f541cf66f99e6f3c3260eafd8926cdbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez?= Date: Wed, 20 Mar 2024 18:30:13 +0100 Subject: [PATCH] removes tooltips --- .../analysis-eudr-detail/sourcing-info/chart/index.tsx | 4 ++-- .../analysis-eudr/suppliers-stacked-bar/component.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/containers/analysis-eudr-detail/sourcing-info/chart/index.tsx b/client/src/containers/analysis-eudr-detail/sourcing-info/chart/index.tsx index cb39082e8..2e95192fd 100644 --- a/client/src/containers/analysis-eudr-detail/sourcing-info/chart/index.tsx +++ b/client/src/containers/analysis-eudr-detail/sourcing-info/chart/index.tsx @@ -220,11 +220,11 @@ const SupplierSourcingInfoChart = (): JSX.Element => { type="category" width={200} /> - format(new Date(value), 'yyyy')} formatter={(value: number, name) => [`${value.toFixed(2)}%`, name]} - /> + /> */} {plotConfig.map(({ name, color }) => ( { type="category" width={200} /> - value} formatter={(value: number, name: keyof typeof TOOLTIP_LABELS) => [ `${value.toFixed(2)}%`, TOOLTIP_LABELS[name], ]} - /> + /> */}