Fix BOM pie tool tips (#11086)

- Do not use "segment" pricing
- Leads to a strange visual bug
This commit is contained in:
Oliver 2026-01-06 16:17:25 +11:00 committed by GitHub
parent 31a46e25a4
commit d92672d0d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ function BomPieChart({
thickness={80}
withLabels={false}
withLabelsLine={false}
tooltipDataSource='segment'
chartLabel={t`Total Price`}
valueFormatter={(value) => tooltipFormatter(value, currency)}
/>