change DP of SR viewport to 1dp (#1968)
This commit is contained in:
parent
5a82e09e29
commit
2ded8b7ee8
@ -559,7 +559,7 @@ function _getLabelFromMeasuredValueSequence(
|
||||
const { CodeValue } = MeasurementUnitsCodeSequence;
|
||||
|
||||
const formatedNumericValue = NumericValue
|
||||
? Number(NumericValue).toFixed(2)
|
||||
? Number(NumericValue).toFixed(1)
|
||||
: '';
|
||||
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user