Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
fcde26e2
Commit
fcde26e2
authored
Nov 29, 2019
by
Adam Zegelin
Committed by
Ryan McKinley
Nov 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Units: Remove SI prefix symbol from new milli/microSievert(/h) (#20650)
parent
67bfdaeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packages/grafana-data/src/valueFormats/categories.ts
+2
-2
No files found.
packages/grafana-data/src/valueFormats/categories.ts
View file @
fcde26e2
...
...
@@ -292,8 +292,8 @@ export const getCategories = (): ValueFormatCategory[] => [
{
name
:
'Exposure (C/kg)'
,
id
:
'radexpckg'
,
fn
:
decimalSIPrefix
(
'C/kg'
)
},
{
name
:
'roentgen (R)'
,
id
:
'radr'
,
fn
:
decimalSIPrefix
(
'R'
)
},
{
name
:
'Sievert/hour (Sv/h)'
,
id
:
'radsvh'
,
fn
:
decimalSIPrefix
(
'Sv/h'
)
},
{
name
:
'milliSievert/hour (mSv/h)'
,
id
:
'radmsvh'
,
fn
:
decimalSIPrefix
(
'
m
Sv/h'
,
-
1
)
},
{
name
:
'microSievert/hour (µSv/h)'
,
id
:
'radusvh'
,
fn
:
decimalSIPrefix
(
'
µ
Sv/h'
,
-
2
)
},
{
name
:
'milliSievert/hour (mSv/h)'
,
id
:
'radmsvh'
,
fn
:
decimalSIPrefix
(
'Sv/h'
,
-
1
)
},
{
name
:
'microSievert/hour (µSv/h)'
,
id
:
'radusvh'
,
fn
:
decimalSIPrefix
(
'Sv/h'
,
-
2
)
},
],
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment