mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Units: Remove duplicate SI prefix from mSv and µSv (#26598)
This commit is contained in:
parent
95ef0417cf
commit
9d68a1fa62
@ -290,8 +290,8 @@ export const getCategories = (): ValueFormatCategory[] => [
|
|||||||
{ name: 'Gray (Gy)', id: 'radgy', fn: decimalSIPrefix('Gy') },
|
{ name: 'Gray (Gy)', id: 'radgy', fn: decimalSIPrefix('Gy') },
|
||||||
{ name: 'rad', id: 'radrad', fn: decimalSIPrefix('rad') },
|
{ name: 'rad', id: 'radrad', fn: decimalSIPrefix('rad') },
|
||||||
{ name: 'Sievert (Sv)', id: 'radsv', fn: decimalSIPrefix('Sv') },
|
{ name: 'Sievert (Sv)', id: 'radsv', fn: decimalSIPrefix('Sv') },
|
||||||
{ name: 'milliSievert (mSv)', id: 'radmsv', fn: decimalSIPrefix('mSv', -1) },
|
{ name: 'milliSievert (mSv)', id: 'radmsv', fn: decimalSIPrefix('Sv', -1) },
|
||||||
{ name: 'microSievert (µSv)', id: 'radusv', fn: decimalSIPrefix('µSv', -2) },
|
{ name: 'microSievert (µSv)', id: 'radusv', fn: decimalSIPrefix('Sv', -2) },
|
||||||
{ name: 'rem', id: 'radrem', fn: decimalSIPrefix('rem') },
|
{ name: 'rem', id: 'radrem', fn: decimalSIPrefix('rem') },
|
||||||
{ name: 'Exposure (C/kg)', id: 'radexpckg', fn: decimalSIPrefix('C/kg') },
|
{ name: 'Exposure (C/kg)', id: 'radexpckg', fn: decimalSIPrefix('C/kg') },
|
||||||
{ name: 'roentgen (R)', id: 'radr', fn: decimalSIPrefix('R') },
|
{ name: 'roentgen (R)', id: 'radr', fn: decimalSIPrefix('R') },
|
||||||
|
Loading…
Reference in New Issue
Block a user