Merge pull request #15483 from klaernie/patch-1

Add Lux to units
pull/15502/head
Torkel Ödegaard 6 years ago committed by GitHub
commit 730515d8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/utils/valueFormats/categories.ts

@ -191,6 +191,7 @@ export const getCategories = (): ValueFormatCategory[] => [
{ name: 'Litre/hour', id: 'litreh', fn: toFixedUnit('l/h') },
{ name: 'Litre/min (l/min)', id: 'flowlpm', fn: toFixedUnit('l/min') },
{ name: 'milliLitre/min (mL/min)', id: 'flowmlpm', fn: toFixedUnit('mL/min') },
{ name: 'Lux (lx)', id: 'lux', fn: toFixedUnit('lux') },
],
},
{

Loading…
Cancel
Save