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
281312ff
Commit
281312ff
authored
Dec 19, 2018
by
Kofi Jedamzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add units for blood sugar concentration
馃拤
parent
2325c5db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
public/app/core/utils/kbn.ts
+4
-0
No files found.
public/app/core/utils/kbn.ts
View file @
281312ff
...
@@ -629,6 +629,8 @@ kbn.valueFormats.conmgm3 = kbn.formatBuilders.fixedUnit('mg/m鲁');
...
@@ -629,6 +629,8 @@ kbn.valueFormats.conmgm3 = kbn.formatBuilders.fixedUnit('mg/m鲁');
kbn.valueFormats.conmgNm3 = kbn.formatBuilders.fixedUnit('
mg
/
Nm
鲁
');
kbn.valueFormats.conmgNm3 = kbn.formatBuilders.fixedUnit('
mg
/
Nm
鲁
');
kbn.valueFormats.congm3 = kbn.formatBuilders.fixedUnit('
g
/
m
鲁
');
kbn.valueFormats.congm3 = kbn.formatBuilders.fixedUnit('
g
/
m
鲁
');
kbn.valueFormats.congNm3 = kbn.formatBuilders.fixedUnit('
g
/
Nm
鲁
');
kbn.valueFormats.congNm3 = kbn.formatBuilders.fixedUnit('
g
/
Nm
鲁
');
kbn.valueFormats.conmgdL = kbn.formatBuilders.fixedUnit('
mg
/
dL
');
kbn.valueFormats.conmmolL = kbn.formatBuilders.fixedUnit('
mmol
/
L
');
// Time
// Time
kbn.valueFormats.hertz = kbn.formatBuilders.decimalSIPrefix('
Hz
');
kbn.valueFormats.hertz = kbn.formatBuilders.decimalSIPrefix('
Hz
');
...
@@ -1209,6 +1211,8 @@ kbn.getUnitFormats = () => {
...
@@ -1209,6 +1211,8 @@ kbn.getUnitFormats = () => {
{ text: '
milligram
per
normal
cubic
meter
(
mg
/
Nm
鲁
)
', value: '
conmgNm3
' },
{ text: '
milligram
per
normal
cubic
meter
(
mg
/
Nm
鲁
)
', value: '
conmgNm3
' },
{ text: '
gram
per
cubic
meter
(
g
/
m
鲁
)
', value: '
congm3
' },
{ text: '
gram
per
cubic
meter
(
g
/
m
鲁
)
', value: '
congm3
' },
{ text: '
gram
per
normal
cubic
meter
(
g
/
Nm
鲁
)
', value: '
congNm3
' },
{ text: '
gram
per
normal
cubic
meter
(
g
/
Nm
鲁
)
', value: '
congNm3
' },
{ text: '
milligrams
per
decilitre
(
mg
/
dL
)
', value: '
conmgdL
' },
{ text: '
millimoles
per
litre
(
mmol
/
L
)
', value: '
conmmolL
' },
],
],
},
},
];
];
...
...
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