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
2d1f59a9
Commit
2d1f59a9
authored
Jun 15, 2018
by
flopp999
Committed by
Marcus Efraimsson
Jun 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Litre/min and milliLitre/min in Flow (#12282)
units: Litre/min and milliLitre/min in Flow
parent
5f78ad58
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 @
2d1f59a9
...
...
@@ -582,6 +582,8 @@ kbn.valueFormats.flowcms = kbn.formatBuilders.fixedUnit('cms');
kbn.valueFormats.flowcfs = kbn.formatBuilders.fixedUnit('
cfs
');
kbn.valueFormats.flowcfm = kbn.formatBuilders.fixedUnit('
cfm
');
kbn.valueFormats.litreh = kbn.formatBuilders.fixedUnit('
l
/
h
');
kbn.valueFormats.flowlpm = kbn.formatBuilders.decimalSIPrefix('
L
');
kbn.valueFormats.flowmlpm = kbn.formatBuilders.decimalSIPrefix('
L
', -1);
// Angle
kbn.valueFormats.degree = kbn.formatBuilders.fixedUnit('
°
');
...
...
@@ -1075,6 +1077,8 @@ kbn.getUnitFormats = function() {
{ text: '
Cubic
feet
/
sec
(
cfs
)
', value: '
flowcfs
' },
{ text: '
Cubic
feet
/
min
(
cfm
)
', value: '
flowcfm
' },
{ text: '
Litre
/
hour
', value: '
litreh
' },
{ text: '
Litre
/
min
(
l
/
min
)
', value: '
flowlpm
' },
{ text: '
milliLitre
/
min
(
mL
/
min
)
', value: '
flowmlpm
' },
],
},
{
...
...
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