Fix BOM pie tool tips (#11086)
- Do not use "segment" pricing - Leads to a strange visual bug
This commit is contained in:
parent
31a46e25a4
commit
d92672d0d9
|
|
@ -54,7 +54,6 @@ function BomPieChart({
|
|||
thickness={80}
|
||||
withLabels={false}
|
||||
withLabelsLine={false}
|
||||
tooltipDataSource='segment'
|
||||
chartLabel={t`Total Price`}
|
||||
valueFormatter={(value) => tooltipFormatter(value, currency)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue