mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
Units: Added support for Candela (cd) (#71696)
Field Config: Add new unit cd (Candela)
This commit is contained in:
parent
b1555c9595
commit
3b257b151b
@ -49,6 +49,7 @@ export const getCategories = (): ValueFormatCategory[] => [
|
||||
{ name: 'Percent (0.0-1.0)', id: 'percentunit', fn: toPercentUnit },
|
||||
{ name: 'Humidity (%H)', id: 'humidity', fn: toFixedUnit('%H') },
|
||||
{ name: 'Decibel', id: 'dB', fn: toFixedUnit('dB') },
|
||||
{ name: 'Candela (cd)', id: 'candela', fn: SIPrefix('cd') },
|
||||
{ name: 'Hexadecimal (0x)', id: 'hex0x', fn: toHex0x },
|
||||
{ name: 'Hexadecimal', id: 'hex', fn: toHex },
|
||||
{ name: 'Scientific notation', id: 'sci', fn: sci },
|
||||
|
Loading…
Reference in New Issue
Block a user