change DP of SR viewport to 1dp (#1968)

This commit is contained in:
James Petts 2020-08-06 11:10:42 +01:00 committed by GitHub
parent 5a82e09e29
commit 2ded8b7ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,7 +559,7 @@ function _getLabelFromMeasuredValueSequence(
const { CodeValue } = MeasurementUnitsCodeSequence;
const formatedNumericValue = NumericValue
? Number(NumericValue).toFixed(2)
? Number(NumericValue).toFixed(1)
: '';
return {