mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-08 20:27:52 +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}
|
thickness={80}
|
||||||
withLabels={false}
|
withLabels={false}
|
||||||
withLabelsLine={false}
|
withLabelsLine={false}
|
||||||
tooltipDataSource='segment'
|
|
||||||
chartLabel={t`Total Price`}
|
chartLabel={t`Total Price`}
|
||||||
valueFormatter={(value) => tooltipFormatter(value, currency)}
|
valueFormatter={(value) => tooltipFormatter(value, currency)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user