2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-07 19:58:00 +00:00

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

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)}
/>