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:
@@ -54,7 +54,6 @@ function BomPieChart({
|
||||
thickness={80}
|
||||
withLabels={false}
|
||||
withLabelsLine={false}
|
||||
tooltipDataSource='segment'
|
||||
chartLabel={t`Total Price`}
|
||||
valueFormatter={(value) => tooltipFormatter(value, currency)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user