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], ]} - /> + /> */}