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
397da7a4
Unverified
Commit
397da7a4
authored
Jan 22, 2018
by
Carl Bergquist
Committed by
GitHub
Jan 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10572 from Jonnymcc/add-lumens-unit
Add lumens unit
parents
1de00ded
88e1ec33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
public/app/core/utils/kbn.ts
+2
-0
No files found.
public/app/core/utils/kbn.ts
View file @
397da7a4
...
@@ -493,6 +493,7 @@ kbn.valueFormats.kvolt = kbn.formatBuilders.decimalSIPrefix('V', 1);
...
@@ -493,6 +493,7 @@ kbn.valueFormats.kvolt = kbn.formatBuilders.decimalSIPrefix('V', 1);
kbn.valueFormats.mvolt = kbn.formatBuilders.decimalSIPrefix('V', -1);
kbn.valueFormats.mvolt = kbn.formatBuilders.decimalSIPrefix('V', -1);
kbn.valueFormats.dBm = kbn.formatBuilders.decimalSIPrefix('dBm');
kbn.valueFormats.dBm = kbn.formatBuilders.decimalSIPrefix('dBm');
kbn.valueFormats.ohm = kbn.formatBuilders.decimalSIPrefix('Ω');
kbn.valueFormats.ohm = kbn.formatBuilders.decimalSIPrefix('Ω');
kbn.valueFormats.lumens = kbn.formatBuilders.decimalSIPrefix('Lm');
// Temperature
// Temperature
kbn.valueFormats.celsius = kbn.formatBuilders.fixedUnit('°C');
kbn.valueFormats.celsius = kbn.formatBuilders.fixedUnit('°C');
...
@@ -958,6 +959,7 @@ kbn.getUnitFormats = function() {
...
@@ -958,6 +959,7 @@ kbn.getUnitFormats = function() {
{ text: '
Millivolt
(
mV
)
', value: '
mvolt
' },
{ text: '
Millivolt
(
mV
)
', value: '
mvolt
' },
{ text: '
Decibel
-
milliwatt
(
dBm
)
', value: '
dBm
' },
{ text: '
Decibel
-
milliwatt
(
dBm
)
', value: '
dBm
' },
{ text: '
Ohm
(
Ω
)
', value: '
ohm
' },
{ text: '
Ohm
(
Ω
)
', value: '
ohm
' },
{ text: '
Lumens
(
Lm
)
', value: '
lumens
' },
],
],
},
},
{
{
...
...
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