From d92672d0d994e5f81ac53899512755eb264c92ac Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 6 Jan 2026 16:17:25 +1100 Subject: [PATCH] Fix BOM pie tool tips (#11086) - Do not use "segment" pricing - Leads to a strange visual bug --- src/frontend/src/pages/part/pricing/BomPricingPanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/pages/part/pricing/BomPricingPanel.tsx b/src/frontend/src/pages/part/pricing/BomPricingPanel.tsx index b67706dc89..e932431965 100644 --- a/src/frontend/src/pages/part/pricing/BomPricingPanel.tsx +++ b/src/frontend/src/pages/part/pricing/BomPricingPanel.tsx @@ -54,7 +54,6 @@ function BomPieChart({ thickness={80} withLabels={false} withLabelsLine={false} - tooltipDataSource='segment' chartLabel={t`Total Price`} valueFormatter={(value) => tooltipFormatter(value, currency)} />